schedule / cron style #52
-
This project seems focused on the traditional enqueuing and processing use case. I thought I'd share my needs. Perhaps it can be considered for a future version. My primary use case is to execute a task at low intervals. The task processes db records added by services. To achieve that, I am currently using https://github.com/dbader/schedule. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Cron syntax is definitely something I want to add, but not in the initial version due to the added complexity. There's already a discussion open about cron-based scheduling #8, so I'm closing this in favour of that. |
Beta Was this translation helpful? Give feedback.
Cron syntax is definitely something I want to add, but not in the initial version due to the added complexity.
There's already a discussion open about cron-based scheduling #8, so I'm closing this in favour of that.