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.