Skip to content

Commit

Permalink
add output log in whenever schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Mar 18, 2024
1 parent d7ea580 commit 65df4c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/schedule.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

set :output, "log/cron.log"

every "30 1 * * *" do
rake "decidim:metrics:all"
end
Expand Down

0 comments on commit 65df4c8

Please sign in to comment.