Skip to content

Commit

Permalink
Fix testing value for cron
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Feb 22, 2024
1 parent f17ad24 commit 8ab39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webhooks/lib/open_project/webhooks/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Engine < ::Rails::Engine
add_cron_jobs do
{
CleanupWebhookLogsJob: {
cron: '*/1 * * * *', # runs at 5:28 on Sunday
cron: '28 5 * * 7', # runs at 5:28 on Sunday
class: 'CleanupWebhookLogsJob'
}
}
Expand Down

0 comments on commit 8ab39f1

Please sign in to comment.