diff --git a/21torr.task-manager.2.0.json b/21torr.task-manager.2.0.json new file mode 100644 index 00000000..e0531a7d --- /dev/null +++ b/21torr.task-manager.2.0.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "21torr/task-manager": { + "manifest": { + "bundles": { + "Torr\\TaskManager\\TaskManagerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/task_manager.yaml": { + "contents": [ + "task_manager:", + " queues:", + " # queues sorted by priority. Highest priority at the top", + " - app_very_urgent", + " - app_urgent", + " - app", + "" + ], + "executable": false + } + }, + "ref": "e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21" + } + } +} diff --git a/RECIPES.md b/RECIPES.md index 43efe1a4..250eba24 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -6,6 +6,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | --- | --- | | [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [3.2](21torr/hosting/3.2) | | [21torr/storyblok](https://packagist.org/packages/21torr/storyblok) | [3.0](21torr/storyblok/3.0) | +| [21torr/task-manager](https://packagist.org/packages/21torr/task-manager) | [2.0](21torr/task-manager/2.0) | | [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) | | [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) | | [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) | diff --git a/archived/21torr.task-manager/e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21.json b/archived/21torr.task-manager/e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21.json new file mode 100644 index 00000000..e0531a7d --- /dev/null +++ b/archived/21torr.task-manager/e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "21torr/task-manager": { + "manifest": { + "bundles": { + "Torr\\TaskManager\\TaskManagerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/task_manager.yaml": { + "contents": [ + "task_manager:", + " queues:", + " # queues sorted by priority. Highest priority at the top", + " - app_very_urgent", + " - app_urgent", + " - app", + "" + ], + "executable": false + } + }, + "ref": "e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21" + } + } +} diff --git a/index.json b/index.json index 6ee308a5..013d6998 100644 --- a/index.json +++ b/index.json @@ -8,6 +8,9 @@ "21torr/storyblok": [ "3.0" ], + "21torr/task-manager": [ + "2.0" + ], "abel/keycloak-bearer-only-adapter-bundle": [ "1.0" ],