stable

Clone or download

Read-only

Add retry mechanism to deal with parent artifact concurrent edition

Part of: story #14148 Add in place a child card How to test: - In Tracker ArtifactsResource putId(), add the following line: throw new RestException(412); Try adding a new task with add-in-place. Taskboard should retry 10 times with exponential randomized delay to link the card with its parent. If the 10th try still fails, it should open the error modal. Change-Id: Ie515518d5c71b6f5af70718f2711cb556c473536

Modified Files

Name
M plugins/taskboard/scripts/package-lock.json +19 −0 Go to diff View file
M plugins/taskboard/scripts/package.json +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts +55 −41 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.ts +44 −13 Go to diff View file