Skip to content

Call every service, even if one fails

gitlab-qa-bot requested to merge github/fork/jvanbaarsen/always-call-hooks into master

Created by: jvanbaarsen

What does this MR do? It makes sure that all the service hooks will be called, even if one fails

Why is this MR needed? At this point, if one services fails, we want the others to still run, by catching the error we make sure the worker process is not killed.

Related issues/MR's Fixes: #5803 (closed)

Merge request reports