GoogleCloudPlatform / gcr-cleaner

Delete untagged image refs in Google Container Registry or Artifact Registry
Apache License 2.0
805 stars 112 forks source link

Improve context propagation to cleaner #81

Closed sethvargo closed 2 years ago

sethvargo commented 2 years ago

This ensures that the cancellation context is propagated throughout the stack. If the user presses CTRL+C on the CLI or if an HTTP request is cancelled, the processing will terminate faster.