I'm using Rails 3.2.17 and whenever gem 0.9.0
On my schedule.rb file I have:
every '0 4 1 * *' do
scheduled_task 'myapp:payments:all_users:pending_fee_notification'
end
every '0 4 7 * *' do
scheduled_task 'myapp:payments:all_users:pending_fee_last_notification'
end
The schedule file is being read correctly, but those are not being executed. I looked into the log and found:
Trying to perform task "myapp:payments:all_users:pending_fee_last_notification" more than once, stopped by the lock
Trying to perform task "myapp:payments:all_users:pending_fee_last_notification" more than once, stopped by the lock
Any ideas why this is happening?
Thanks!
--
--
You received this message because you are subscribed to the Google
Groups "Whenever Gem" group and because you're awesome.
To post to this group, send email to whenev...@googlegroups.com
To unsubscribe from this group, send email to
whenever-gem...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/whenever-gem?hl=en
---
You received this message because you are subscribed to the Google Groups "Whenever Gem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to whenever-gem...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.