actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.4k stars 1.04k forks source link

Refresh session if token expires during delete message #3529

Closed nikola-jokic closed 1 month ago

nikola-jokic commented 1 month ago

If the session expires when we try to delete the message, the listener can crash. This PR aims to refresh the session and re-try to delete the message.