Skip to content

v2.10.1

Compare
Choose a tag to compare
@kevin-xu-scale kevin-xu-scale released this 18 Oct 14:53
· 35 commits to master since this release
2bc8c11

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