Deceivious
04/04/2023, 8:05 AMrequests.exceptions.ReadTimeout
Prefect attempts to cache this exception but Exceptions arent JSON serializable. So Object of type \'ReadTimeout\' is not JSON serializable\n')
is raised.
But Upon trying to retrigger the flow, this exception is raised prefect.exceptions.MissingResult: The result was not persisted and is no longer available.
I guess there is a cache record on the database but the cache key is not available in the storage location because it failed while dumping to the storage.Deceivious
04/04/2023, 8:28 AMBianca Hoch
04/04/2023, 5:40 PMprefect version
in your terminal to check what you're using in your environmentDeceivious
04/04/2023, 5:41 PMBianca Hoch
04/04/2023, 6:41 PM