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
What about adding timeout on every or job level to prevent overlapping cron jobs? https://man7.org/linux/man-pages/man1/timeout.1.html
timeout
every
Examples:
every :day, at: '12:20am', timeout: 10.minutes do rake "app_server:task" end
every :day, at: '12:20am' do rake "app_server:task", timeout: 10.minutes end
The text was updated successfully, but these errors were encountered:
Does this gem support timeout: ?
timeout:
Sorry, something went wrong.
It would be great if we can add this option. 🚀
No branches or pull requests
What about adding
timeout
onevery
or job level to prevent overlapping cron jobs?https://man7.org/linux/man-pages/man1/timeout.1.html
Examples:
The text was updated successfully, but these errors were encountered: