mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
7 lines
152 B
YAML
7 lines
152 B
YAML
task_manager:
|
|
queues:
|
|
# queues sorted by priority. Highest priority at the top
|
|
- app_very_urgent
|
|
- app_urgent
|
|
- app
|