Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Quick fix failing async group-resource assignments
- Async group-resource assignments used to fail on GroupNotDefinedOnResourceException because after inserting the assignment to DB, the transaction didn't commit before new transaction for async activation needed the assignment. - Now, if the assignment is not committed yet, the activation is repeated 5 times after 5 seconds.
- Loading branch information