diff --git a/backends/redis/redis_backend.go b/backends/redis/redis_backend.go index 5810b4a..2a45c56 100644 --- a/backends/redis/redis_backend.go +++ b/backends/redis/redis_backend.go @@ -311,7 +311,7 @@ func jobToTaskOptions(job *jobs.Job) (opts []asynq.Option) { // // # This implementation is very crude, and unlikely covers the full breadth of the cron spec, panic()ing when necessary // -// TODO: Refactor if asynq merges https://github.com/hibiken/asynq/pull/644 +// Note: Refactor if asynq merges https://github.com/hibiken/asynq/pull/644 func toAsynqCronspec(cronSpec string) string { // nolint: nestif, gomnd if strings.Count(cronSpec, "*") == 6 {