Add 21torr/task-manager (#1699)

This commit is contained in:
Jannik
2024-10-24 10:42:59 +02:00
committed by GitHub
parent 90e55a4e01
commit 362ea1fb4d
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
task_manager:
queues:
# queues sorted by priority. Highest priority at the top
- app_very_urgent
- app_urgent
- app
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Torr\\TaskManager\\TaskManagerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}