arorashivam
arorashivam
**Attempt 1 :** **Actual** : The receiver/subscriber is getting disposed/closed off after some duration, like : 24hours !! We kept it in the start mode with an expectation that it...
Hi, Though, we are explicitly providing the TTL for our cache keys, when we check the ttl of the keys in redis-cli using : `ttl `, we are getting `-1`....
**Describe the bug** TaskStatusListener onTaskInProgress isn't triggered when Async System task moves to IN_PROGRESS Further debugging details: 1. AsyncSystemTaskExecutor updates the task by calling: [executionDAOFacade.updateTask(task)](https://github.com/conductor-oss/conductor/blob/main/core/src/main/java/com/netflix/conductor/core/execution/AsyncSystemTaskExecutor.java#L190) 2. After this update, we...
**Describe the bug** Workflow executions are getting stuck due to tasks taking too long to schedule. Further debugging details: 1. In sweeper flow, If a task is in SCHEDULED state,...
**Describe the bug** Duplicate task due to Sweeper reading stale workflowModel Further debugging details, for e.g. 1. Sweeper fetches the workflowModel before acquiring the lock. 2. Meanwhile another thread updates...
**Issue Description** We are seeing duplicate sub_workflows were getting triggered for a workflow On further investigation, We identified a race condition b/w sweeper thread and system task worker thread leading...