Fixed whenever cron config.
This commit is contained in:
parent
a0760ebfdb
commit
b515d5b2e8
1 changed files with 4 additions and 6 deletions
|
@ -3,13 +3,11 @@
|
|||
|
||||
# Upcoming tasks notifier
|
||||
every :day, :at => '7:20 am' do
|
||||
rake "multicoops:run foodsoft:notify_upcoming_tasks"
|
||||
rake "multicoops:run TASK=foodsoft:notify_upcoming_tasks"
|
||||
end
|
||||
|
||||
# Weekly taks
|
||||
every :sunday, :at => '7:14 am' do
|
||||
rake "multicoops:run foodsoft:create_upcoming_weekly_tasks"
|
||||
rake "multicoops:run foodsoft:notify_users_of_weekly_task"
|
||||
rake "multicoops:run TASK=foodsoft:create_upcoming_periodic_tasks"
|
||||
rake "multicoops:run TASK=foodsoft:notify_users_of_weekly_task"
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue