nativegallery/app/Controllers/Exec/Tasks/ngallery-tasks.yaml
2025-05-25 15:03:27 +03:00

10 lines
No EOL
312 B
YAML

tasks:
- id: "ExecContests"
type: "cron"
handler: "/app/Controllers/Exec/Tasks/ExecContests.php"
- id: "BlurNewImage"
type: "worker"
handler: "/app/Controllers/Exec/Tasks/BlurNewImage.php"
- id: "CompressImage"
type: "worker"
handler: "/app/Controllers/Exec/Tasks/CompressImage.php"