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:
@@ -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: {}
|
||||
Reference in New Issue
Block a user