d648b755ba
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.
21 lines
435 B
YAML
21 lines
435 B
YAML
# 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: {}
|