We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rqscheduler command should take an argument that allows it to ignore stale jobs (jobs that should have been enqueued long ago).
rqscheduler
For example, running rqscheduler --stale-threshold=3600 will not enqueue jobs that are scheduled to run more than an hour ago.
rqscheduler --stale-threshold=3600
Better option name suggestions welcome :)
The text was updated successfully, but these errors were encountered:
The naming is aways hard;)
If here to ignore the stale jobs when running scheduler at the first time. how to distinguish the stale jobs and the normal jobs later.
Sorry, something went wrong.
No branches or pull requests
rqscheduler
command should take an argument that allows it to ignore stale jobs (jobs that should have been enqueued long ago).For example, running
rqscheduler --stale-threshold=3600
will not enqueue jobs that are scheduled to run more than an hour ago.Better option name suggestions welcome :)
The text was updated successfully, but these errors were encountered: