caubechankiu
caubechankiu
**Describe the bug** Task is marked as "TIME_OUT" after an interval much larger than the time specified in "responseTimeoutSeconds" **Details** Conductor version: 3.18.8 Persistence implementation: MySQL Workflow definition: ```json {...
Allow to connect to a specifically redis db by adding a field RedisDB to FlowService struct
I have a flow with multiple nodes: 1 -> 2 -> 3 -> 4. When this flow is executed, Node 1 done, Node 2 done, Node 3 runs for a...
Here is FlowService struct ``` golang type FlowService struct { Port int RedisURL string RedisPassword string RequestAuthSharedSecret string RequestAuthEnabled bool WorkerConcurrency int RetryCount int Flows map[string]runtime.FlowDefinitionHandler RequestReadTimeout time.Duration RequestWriteTimeout time.Duration...