Charlie Bini
05/11/2022, 3:14 PMmax_retries
is > 0? When jobs fail, it starts a new pod, resuming the previous job at the point of failure. However, I'm using the default IO Manager (fs_io_manager
I believe), so the retry fails with FileNotFoundError: [Errno 2] No such file or directory: '/opt/dagster/dagster_home/storage/030b6a20-fea9-481e-8ac2-c2fcca035741/query_data.get_count[storedgrades_q_0]/table'
. Is using the gcs_pickle_io_manager
required for using the retry feature?gcs_pickle_io_manager
as the default or does it need to be added to every job?daniel
05/11/2022, 3:19 PMCharlie Bini
05/11/2022, 3:20 PM