mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
Block a user