feat: add Temporal workflow orchestration

Añadido Temporal con PostgreSQL dedicado para orquestación de workflows y transformaciones de datos.

Servicios incluidos:
- Temporal Server (puerto 7233)
- Temporal UI (puerto 3400)
- Temporal PostgreSQL (puerto 5435)
- Temporal Admin Tools

Configuración dinámica en temporal-dynamicconfig/ con features habilitadas para desarrollo.
This commit is contained in:
2026-03-23 22:37:53 +01:00
parent 3a068b0e3f
commit d648b755ba
2 changed files with 84 additions and 0 deletions
@@ -0,0 +1,20 @@
# Temporal dynamic configuration for development
system.forceSearchAttributesCacheRefreshOnRead:
- value: true
constraints: {}
frontend.enableUpdateWorkflowExecution:
- value: true
constraints: {}
history.enableParentClosePolicyWorker:
- value: true
constraints: {}
system.enableActivityEagerExecution:
- value: true
constraints: {}
frontend.enableExecuteMultiOperation:
- value: true
constraints: {}