Skip to content

Commit

Permalink
Add reminders task to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Oct 17, 2024
1 parent 81ab4e3 commit 482d00c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
every 5.minutes do
rake "participatory_processes_phases:enqueue_change_active_step"
end

every 1.day, at: "4:00 am" do
rake "decidim:reminders:all"
end

0 comments on commit 482d00c

Please sign in to comment.