To support running this job on an actual scheduled job runner that doesn't have persistent storage (see #757), we need to be able to store the unplaybackable cache in S3. You can now use 's3://' paths in the --unplaybackable option:
wm import ia 'https://somewhere.com/' --unplaybackable 's3://bucket/unplaybackable.json'
To support running this job on an actual scheduled job runner that doesn't have persistent storage (see #757), we need to be able to store the unplaybackable cache in S3. You can now use 's3://' paths in the
--unplaybackable
option: