clockwork
clockwork copied to clipboard
A scheduler process to replace cron
In my application I would like the exceptions to be sent to bugsnag. Would you be opened to a contribution that consists in making the error logging configurable?
The link in META to resque-scheduler has a typo and so doesn't work. :)
I read through the docs, it seems conflict between `at:` and `thread:` - `at:` **If another task is already running at the specified time, clockwork will skip execution of the...
Is it possible to create a wrapper around each tasks to measure execution time of each task? (to report when some task becomes too slow)
when I have something like `every(1.week, 'blah')` is there a way for me to specify (or even know) when will it be triggered? Like, Sunday or Monday? Is there anything...
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: ``` vendor/bundle/ruby/1.9.1/gems/clockwork-0.2.4/lib/clockwork.rb:81:in `sleep' vendor/bundle/ruby/1.9.1/gems/clockwork-0.2.4/lib/clockwork.rb:81:in `block in run'...
Hi For example, there are 2 tasks in clock.rb `every(1.week, 'task_1', tz: 'Amsterdam', :at => 'Friday 01:00'){ rake tasks:task_1 } ` `every(1.week, 'task_2', tz: 'Amsterdam', :at => 'Friday 02:00'){ rake...
Looks like https://github.com/tomykaira/clockwork was deleted. Anyone know of a newly maintained fork of this project? Thanks in advance.
How can I stop clockwork, which started by `RAILS_ENV=production bundle exec clockwork config/schedule.rb &`. We are using it without God, Monit or anything else