Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/do not overwrite stable at (#4301)
* Fixes race condition where the updated incident is marked as stable, but the update flow has not yet completed. * Reduces likelihood of incident_update_flow() running before incident_service.update() completes. * Adds a check to only set the stable at field if the incident is not active and the stable_at field has not been set yet. * Restores previous version of incident update functions
- Loading branch information