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
You need to provide more details here. I personally struggled to get started because my job was raising an Exception that was being swallowed:
importcrython@crython.job(expr='@reboot')defexceptional_job():
try:
assertFalse, 'would be swallowed without the try/catch'exceptExceptionase:
print(e)
raiseecrython.start()
crython.join()
No description provided.
The text was updated successfully, but these errors were encountered: