Closed thedae closed 7 months ago
When a raster upload fails, we're asking for a yes/no input to cleanup the recently uploaded resources
When this happens in a non-interactive context like import worker, the process gets stuck
The objective of these changes is to add a --cleanup-on-failure parameter to skip the question for all providers
--cleanup-on-failure
This pull request has been linked to Shortcut Story #399160: Add a CLI parameter to skip interactive questions in raster-loader.
Proposed Changes
When a raster upload fails, we're asking for a yes/no input to cleanup the recently uploaded resources
When this happens in a non-interactive context like import worker, the process gets stuck
The objective of these changes is to add a
--cleanup-on-failure
parameter to skip the question for all providers