Skip to content

Improve shutdown time in the first 30 seconds - #5725

Merged
zalegrala merged 2 commits into
mainfrom
ldufresne/unblock-early-exit
Oct 15, 2025
Merged

Improve shutdown time in the first 30 seconds#5725
zalegrala merged 2 commits into
mainfrom
ldufresne/unblock-early-exit

Conversation

@ldufr

@ldufr ldufr commented Oct 10, 2025

Copy link
Copy Markdown
Contributor

What this PR does:

Trying to shutdown (SIGINT) tempo in the first 30 seconds would block until we got a stable key which currently takes 30 seconds. With this change, it should be instantaneous.

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]
@CLAassistant

CLAassistant commented Oct 10, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@mdisibio mdisibio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks reasonable to me, but maybe @zalegrala would like to review also.

ldufr added 2 commits October 13, 2025 13:55
Trying to shutdown (SIGINT) tempo in the first 30 seconds
would block until we got a stable key which currently takes
30 seconds. This unblock that.
@ldufr
ldufr force-pushed the ldufresne/unblock-early-exit branch from ced0418 to c976a7f Compare October 13, 2025 11:55

@zalegrala zalegrala left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@zalegrala
zalegrala merged commit 91a06df into main Oct 15, 2025
22 checks passed
@zalegrala
zalegrala deleted the ldufresne/unblock-early-exit branch October 15, 2025 21:26
mattdurham pushed a commit to mattdurham/tempo that referenced this pull request Jun 18, 2026
* Improve shutdown time in the first 30 seconds

Trying to shutdown (SIGINT) tempo in the first 30 seconds
would block until we got a stable key which currently takes
30 seconds. This unblock that.

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

Labels

None yet

4 participants