chore(): Improve caching rollout (#13702)

* chore(): Improve caching rollout

* Create bright-cobras-complain.md

* chore(): Improve caching rollout

* downgrade orm to 6.4.3

* chore(): Improve caching rollout

* chore(): Improve caching rollout

* chore(): Improve caching rollout

* chore(): Improve caching rollout

* chore(): Improve caching rollout

* fix

* update changeset

* update modules definition

* update engine tests

* update engine tests

* improve integration

* improve integration

* gracefully disconnect

* update test

* another attempt

* another attempt

* fix workflow storage

* fix remote joiner

* fix remote joiner

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2025-10-08 17:44:00 +02:00
committed by GitHub
co-authored by Oli Juhl
parent e9b7a8c1f3
commit 0cbd9f0bc3
13 changed files with 248 additions and 182 deletions
@@ -53,6 +53,17 @@ export const ModulesDefinition: {
scope: MODULE_SCOPE.INTERNAL,
},
},
[Modules.CACHING]: {
key: Modules.CACHING,
defaultPackage: false,
label: upperCaseFirst(Modules.CACHING),
isRequired: false,
isQueryable: false,
dependencies: [Modules.EVENT_BUS, ContainerRegistrationKeys.LOGGER],
defaultModuleDeclaration: {
scope: MODULE_SCOPE.INTERNAL,
},
},
[Modules.PRODUCT]: {
key: Modules.PRODUCT,
defaultPackage: false,