You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixessigstore#588
With a recent refactor where we added support for catching a signal,
this caused the ticker to wait a full interval before running the
consistency check, which meant that runtime went from immediate to 5 min
by default. This fixes the bug by moving the for-select logic to the end
of the loop, a solution recommended online.
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Fixes#588
With a recent refactor where we added support for catching a signal,
this caused the ticker to wait a full interval before running the
consistency check, which meant that runtime went from immediate to 5 min
by default. This fixes the bug by moving the for-select logic to the end
of the loop, a solution recommended online.
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Description
Version
Looking at GitHub Actions, the runtime has increased to >5 min when it used to be <30s.
The text was updated successfully, but these errors were encountered: