diff --git a/project/settings.py b/project/settings.py index 0f3627b..e99aa54 100644 --- a/project/settings.py +++ b/project/settings.py @@ -240,7 +240,7 @@ from datetime import timedelta CELERYBEAT_SCHEDULE = { 'check-license': { 'task': 'project.customer.tasks.check_license', - 'schedule': timedelta(seconds=30), + 'schedule': timedelta(hours=1), }, }