Closed pior closed 2 weeks ago
From https://github.com/hibiken/asynq/issues/510:
Currently the tick interval of Scheduler.runHeartbeater() and the ttl of WriteSchedulerEntries() are both 5*time.Second scheduler entries is prone to expire when redis is slow to respond
Redo of https://github.com/hibiken/asynq/pull/896
Fixes https://github.com/hibiken/asynq/issues/510
SchedulerOpts.HeartbeatInterval
Context
From https://github.com/hibiken/asynq/issues/510:
Redo of https://github.com/hibiken/asynq/pull/896
Fixes https://github.com/hibiken/asynq/issues/510
Changes
SchedulerOpts.HeartbeatInterval