Optional
databaseOptional
dbOptional
disableOptional
payloadOptional
pollingNumber of milliseconds to wait between polling for new jobs Alternatively, pass in an Duration (@link https://effect-ts.github.io/effect/effect/Duration.ts.html)
Optional
startThis is useful if you want it to automatically start polling when you initialize sidetrack instead of waiting to call start. Particularly useful if you are running sidetrack in a long running process on its own. e.g. if you are using Layer.launch with Effect (@link https://effect.website/docs/requirements-management/layers/#converting-a-layer-to-an-effect)
Disable the initialization of the database client (Sidetrack initializes one by default if not provided)