Skip to content

Commit

Permalink
Add 21torr/task-manager (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox authored Oct 24, 2024
1 parent 90e55a4 commit 362ea1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 21torr/task-manager/2.0/config/packages/task_manager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
task_manager:
queues:
# queues sorted by priority. Highest priority at the top
- app_very_urgent
- app_urgent
- app
8 changes: 8 additions & 0 deletions 21torr/task-manager/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Torr\\TaskManager\\TaskManagerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 362ea1f

Please sign in to comment.