Skip to content

Commit

Permalink
change periodic clearing activation codes task time (to 15 minutes)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael7nightingale committed Oct 19, 2023
1 parent fb92251 commit 6aaec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/core/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ def on_init(self):
app.conf.beat_schedule = {
'Clear-Activation-Codes': {
'task': 'src.apps.users.tasks.clear_activation_codes_task',
'schedule': crontab(minute='*/1'),
'schedule': crontab(minute='*/15'),
},
}

0 comments on commit 6aaec9d

Please sign in to comment.