mirror of
https://github.com/claradex/nativegallery.git
synced 2025-06-05 05:47:00 +03:00
10 lines
No EOL
312 B
YAML
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" |