Skip to content

Ensure instance cleanup runs even when context is cancelled #254

Open
@sarahhodne

Description

We use context cancellations for things like shutdown with SIGTERM and timeouts, but some log messages seem to indicate that this could mean that the instance shutdown we do to clean up the instance after a cancellation doesn't finish. We should ensure that a context cancellation would still allow this cleanup to run.

Backends to check:

  • cloudbrain
  • docker
  • gce
  • jupiterbrain
  • local (this might not apply to this backend)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    backend/dockerapplies to the docker backend providerbackend/gceapplies to the gce backend providerbackend/jupiterbrainapplies to the jupiterbrain backend provider

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions