resque / resque/resque-scheduler
Combine scheduler with resque-lock
Open
@ksinkar is already working on this.
Since Feb 14, 2014.
feature
- Dominant language
- Ruby
- Stars
- 1.7k
- Forks
- 477
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm using resque-scheduler to at least enqueue each minutes a job. This job could be called with different parameters (for example, I'm passing a different path).
Now when I'm restarting workers, this queue is growing very fast until the workers are back.
The idea is that we should be able to send a parameter in order to enqueue only once a job like do resque-lock plugin.
What is your feeling with that idea ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.