-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
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
SignalException: SIGTERM #10
Comments
I am seeing the same behavior. I am also running on Heroku Cedar in a Sinatra app. |
Added timezone support
Did you guys solve this? We are seeing the same issue in Heroku. I am guessing Clockwork is not able to exit gracefully when the dyno restarts. But can it be solved somehow? |
I'm also experiencing the same issue, on Heroku in a Rails app. |
Here's what Heroku had to say
|
I'm running clockwork on Heroku (Cedar) and I seem to randomly be getting a
SignalException: SIGTERM
error from clock work.Here's the backtrace:
And here's that rake task:
Then in my Procfile I have
clock: bundle exec rake clockwork:start
The text was updated successfully, but these errors were encountered: