Skip to content

Conversation

@klochek
Copy link
Contributor

@klochek klochek commented Oct 22, 2025

We will now record:

  • the difference between when a check was enqueued to the executor, and the start of the tick.
  • the difference between when a check began executing, and when it was enqueued to the executor. This should allow us more insight into how a check "flows" through the system, and where we are incurring delays

We will now record:
 - the difference between when a check was enqueued to the executor, and the start of the tick.
 - the difference between when a check began executing, and when it was enqueued to the executor.
This should allow us more insight into how a check "flows" through the system, and where we
are incurring delays
@klochek klochek requested a review from a team as a code owner October 22, 2025 16:07
/// The number of times this scheduled check has been retried
retry_count: u16,

// The utc timestamp this check was sent to the executor queue.
Copy link
Member

Choose a reason for hiding this comment

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

aren't unix timestamps always UTC heh

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But I didn't specify it was a unix timestamp :)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants