Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-24 08:43:30 +00:00
parent e9209ef4cf
commit de98cfdd88
4 changed files with 66 additions and 0 deletions
+31
View File
@@ -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"
}
}
}
+1
View File
@@ -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) |
@@ -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"
}
}
}
+3
View File
@@ -8,6 +8,9 @@
"21torr/storyblok": [
"3.0"
],
"21torr/task-manager": [
"2.0"
],
"abel/keycloak-bearer-only-adapter-bundle": [
"1.0"
],