Skip to content

Handle concurrency while initializing activity

Valentin Rigal requested to merge activities-concurrency into master

Based on backend!1353
Closes #68 (closed)
This would allow to run processes on a similar worker version and element without processing the element twice (that can cause side effects or other errors).
The backend can return a 409_CONFLICT.

  • Add tests

Before: Screenshot_from_2021-05-18_16-35-03 After: Screenshot_from_2021-05-18_16-34-32

Edited by Valentin Rigal

Merge request reports

Loading