You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The on_record() function in Operator sometimes silently fails, so you need to add a try/catch. We should either make sure that errors are printed and cause the server to terminate.
We could do this by adding a try/catch whenever on_record is called by the parent Operator class, and potentially add a log and error file in the metrics folder.
The text was updated successfully, but these errors were encountered:
The
on_record()
function inOperator
sometimes silently fails, so you need to add a try/catch. We should either make sure that errors are printed and cause the server to terminate.We could do this by adding a try/catch whenever
on_record
is called by the parentOperator
class, and potentially add a log and error file in the metrics folder.The text was updated successfully, but these errors were encountered: