autmation final reaftocrs and setitgns dafautls
This commit is contained in:
@@ -57,7 +57,11 @@ app.conf.beat_schedule = {
|
||||
# Automation Tasks
|
||||
'check-scheduled-automations': {
|
||||
'task': 'automation.check_scheduled_automations',
|
||||
'schedule': crontab(minute='0,15,30,45'), # Every 15 minutes
|
||||
'schedule': crontab(minute=5), # Every hour at :05
|
||||
},
|
||||
'check-test-triggers': {
|
||||
'task': 'automation.check_test_triggers',
|
||||
'schedule': crontab(minute='*'), # Every minute (task self-checks if any test mode enabled)
|
||||
},
|
||||
# Publishing Scheduler Tasks
|
||||
'schedule-approved-content': {
|
||||
|
||||
Reference in New Issue
Block a user