[FEATURE REQUEST] Need second level cron spec support
Author: kizy008Created May 26, 2025Updated Jul 21, 2026
Labelsenhancement
Is your feature request related to a problem? Please describe. the cron spec in asynq is only support to minute level, but robfig/cron support to second level. Is it possible to add an option in SchedulerOpts, that make it can support second cron spec.
Describe the solution you'd like Add an option property in SchedulerOpts, When we new a Scheduler's cron, we can use cron.WithSeconds.
I think the new property can be set false defaultly, so the existed scheduler will not be influnced, and behave normally.
Source: hibiken/asynq