autmation final reaftocrs and setitgns dafautls

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-18 15:03:01 +00:00
parent 879ef6ff06
commit ebc4088ccb
14 changed files with 1367 additions and 90 deletions

View File

@@ -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': {