Raghavendra Chary B
Raghavendra Chary B
## Enabling distributed locking in Dynomite We need to enable distributed locking to address the problem described in https://conductor.netflix.com/technicaldetails.html. The race condition between sweeper decide and task update threads can...
Pull Request type ---- - [ ] Bugfix - [x] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run `./gradlew...
**Describe the bug** During CI build, existing command is unable to get CORE_CONDUCTOR_VERSION Going by the line `| | +--- com.netflix.conductor:conductor-core:3.10.7 -> 3.13.8 (*) ` Need to change command. **Details**...
Hi, We have conductor using Dynomite for persistence and queuing. Conductor uses Dyno client to connect to Dynomite. Now we want to enable locking in conductor for consistency. I had...