fixes related to automation and celery schedules
This commit is contained in:
@@ -57,7 +57,7 @@ app.conf.beat_schedule = {
|
||||
# Automation Tasks
|
||||
'check-scheduled-automations': {
|
||||
'task': 'automation.check_scheduled_automations',
|
||||
'schedule': crontab(minute=0), # Every hour at :00
|
||||
'schedule': crontab(minute='0,15,30,45'), # Every 15 minutes
|
||||
},
|
||||
# Publishing Scheduler Tasks
|
||||
'schedule-approved-content': {
|
||||
|
||||
Reference in New Issue
Block a user