celery wp publish ysnc disabled
This commit is contained in:
@@ -25,19 +25,6 @@ app.conf.beat_schedule = {
|
|||||||
'task': 'igny8_core.modules.billing.tasks.replenish_monthly_credits',
|
'task': 'igny8_core.modules.billing.tasks.replenish_monthly_credits',
|
||||||
'schedule': crontab(hour=0, minute=0, day_of_month=1), # First day of month at midnight
|
'schedule': crontab(hour=0, minute=0, day_of_month=1), # First day of month at midnight
|
||||||
},
|
},
|
||||||
# WordPress Publishing Tasks
|
|
||||||
'process-pending-wordpress-publications': {
|
|
||||||
'task': 'igny8_core.tasks.wordpress_publishing.process_pending_wordpress_publications',
|
|
||||||
'schedule': crontab(minute='*/5'), # Every 5 minutes
|
|
||||||
},
|
|
||||||
'wordpress-status-reconciliation': {
|
|
||||||
'task': 'igny8_core.tasks.wordpress_publishing.wordpress_status_reconciliation',
|
|
||||||
'schedule': crontab(hour=2, minute=0), # Daily at 2 AM
|
|
||||||
},
|
|
||||||
'retry-failed-wordpress-publications': {
|
|
||||||
'task': 'igny8_core.tasks.wordpress_publishing.retry_failed_wordpress_publications',
|
|
||||||
'schedule': crontab(hour='*/6', minute=30), # Every 6 hours at :30
|
|
||||||
},
|
|
||||||
# Automation Tasks
|
# Automation Tasks
|
||||||
'check-scheduled-automations': {
|
'check-scheduled-automations': {
|
||||||
'task': 'automation.check_scheduled_automations',
|
'task': 'automation.check_scheduled_automations',
|
||||||
|
|||||||
Reference in New Issue
Block a user