v2.10.1
Bug Fixes
- Fixed platform "False 500 into 409" error on task creation
- When creating large volumes of tasks consecutively the platform can time out and return a
500
error even if a task was successfully created - This triggers our retry logic which will then return a
409
Duplicate Resource error as the task being retried had already been created - This specific series of events is now being handled gracefully
- When creating large volumes of tasks consecutively the platform can time out and return a