dos updates

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 14:45:21 +00:00
parent 0b3197d199
commit c777e5ccb2
93 changed files with 1368 additions and 33562 deletions

View File

@@ -49,7 +49,7 @@ IGNY8 uses **Celery Beat** to schedule two distinct but related systems:
| Task Name | Schedule | Purpose |
|-----------|----------|---------|
| `automation.check_scheduled_automations` | Every hour at `:05` | Check if any automation configs should run |
| `automation.check_test_triggers` | Every minute | Check for admin test triggers (exits early if none) |
| `automation.check_test_triggers` | Every 5 minutes | Check for admin test triggers (exits early if none) |
### How It Works