Dan DiPasquo
06/09/2020, 6:44 PMTask 'run_...': 1 candidate cached states were found
11:19:32 PDT
INFO
GCSTmpFileHashResultHandler
Starting to download result .....
INFO
GCSTmpFileHashResultHandler
Finished downloading result ....
DEBUG
CloudTaskRunner
Task 'run_...': Handling state change from Pending to Cached
Log from same task with subsequent flow runs neither shows the file download nor logs that no valid cache results were used:
Task 'run_...': Starting task run...
11:23:43 PDT
DEBUG
CloudTaskRunner
Task 'run_...': 3 candidate cached states were found
11:23:43 PDT
DEBUG
CloudTaskRunner
Task 'run_...': Handling state change from Pending to Cached
11:23:43 PDT
DEBUG
CloudTaskRunner
Task 'run_...': can't set state to Running because it isn't Pending; ending run.
11:23:43 PDT
INFO
CloudTaskRunner
Task 'run_...': finished task run for task with final state: 'Cached'
Suggestions for tracing this further would be appreciated -Jim Crist-Harif
06/09/2020, 6:56 PMGCSTmpFileHashResultHandler
), if you're using a new-ish version of prefect those are deprecated in favor of Result
classes, so this may be part of the shakeup from that.Dan DiPasquo
06/09/2020, 7:26 PM