Детали задачи
- 
    Ошибка 
- 
    Решение: Won't Do
- 
    Medium 
- 
    Не заполнено
- 
    Не заполнено
- 
        Minor
Описание
When asynchronous tasks are started, the code that runs after them crashes with "Caused by: org.springframework.dao.ConcurrencyFailureException: Failed to update node".
This is because we have services that run as asynchronously after updating tasks. This conflicts with user code.