parent
3fd68d533b
commit
9ea408441f
|
@ -191,6 +191,8 @@ def run_as_background_process(desc, func, *args, **kwargs):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
yield func(*args, **kwargs)
|
yield func(*args, **kwargs)
|
||||||
|
except Exception:
|
||||||
|
logger.exception("Background process '%s' threw an exception", desc)
|
||||||
finally:
|
finally:
|
||||||
proc.update_metrics()
|
proc.update_metrics()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue