Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…2609) Make sure `bodhi_update` job runs don't get stuck in `queued` state When an unhandled exception occurs, a Sentry issue is created but the job run stays in queued state, which breaks the condition that is supposed to prevent submitting the same update more than once, as it considers that job run to be in progress. Make sure the state is updated when that happens. Question is, in such case should the exception and traceback be stored and issue with it created in the issue repository or do we consider that internal? Related to #2596. Reviewed-by: Matej Focko Reviewed-by: Laura Barcziová Reviewed-by: Nikola Forró
- Loading branch information