Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert background job queue time / latency to nano seconds #784

Merged
merged 4 commits into from
Dec 4, 2023

Conversation

jrothrock
Copy link
Contributor

@jrothrock jrothrock commented Nov 30, 2023

This will update the queue time tracking value for background jobs to be in nano seconds, similar to that of web requests.

Moves the tracking of queue time & latency, and supporting conversions, to a new module.

Update queue time / latency tag for Celery workers from queue_time to scout.job_queue_time_ns

@jrothrock jrothrock force-pushed the convert-background-job-queue-time-to-nano-seconds branch from bb72f61 to bf99516 Compare November 30, 2023 23:06
@jrothrock jrothrock merged commit ac232a5 into master Dec 4, 2023
13 checks passed
@jrothrock jrothrock deleted the convert-background-job-queue-time-to-nano-seconds branch December 4, 2023 16:22
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.

3 participants