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
I am currently migrating my processes to the cloud and they start to throw exceptions that appear to be non-deterministic.
If I run the processes locally, they run without issues. The project then gets dockerized and runs in Google Cloud Run as a web service. When it runs in the cloud I sometimes get errors like the one below:
NotImplementedError: Decoder class for "scale_info::379" not found
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good Morning!
I am currently migrating my processes to the cloud and they start to throw exceptions that appear to be non-deterministic.
If I run the processes locally, they run without issues. The project then gets dockerized and runs in Google Cloud Run as a web service. When it runs in the cloud I sometimes get errors like the one below:
I am getting different kinds of errors:
It is not really deterministic. If I scan the same block again, it might not happen, which is really curious.
Do you have any ideas on how I should continue investigating this?
Beta Was this translation helpful? Give feedback.
All reactions