Configuration
@quik/queue-worker reads the same queue settings as @quik/scheduler's database executor. See the generated Config Keys and Environment Variables tables for the full list.
scheduler.queue.intervalMs(SCHEDULER_QUEUE_INTERVAL_MS) — polling interval between queue checks. Defaults to2000.scheduler.queue.batchSize(SCHEDULER_QUEUE_BATCH_SIZE) — number of due tasks claimed per poll. Defaults to10.
Depends on @quik/database — a configured database connection is required.