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

Add job creator run job trace #407

Closed
bgins opened this issue Oct 17, 2024 · 0 comments · Fixed by #418
Closed

Add job creator run job trace #407

bgins opened this issue Oct 17, 2024 · 0 comments · Fixed by #418
Assignees

Comments

@bgins
Copy link
Contributor

bgins commented Oct 17, 2024

We would like to trace the execution of jobs from the job creator perspective. Our long term goal is to implement a job trace across the entire job lifecycle. As a starting point, let's implement a trace on the job creator only that captures success/failure, time spent running a job, requested module, and other relevant details.

This information will help us debug issues on the job creator. It will also give us useful product metrics such as average time spent running a job per module.

The job creator job run is split across a couple of functions in its control loop. We will likely need a way to associate a couple of small traces to see a nice overall output.

@bgins bgins self-assigned this Oct 17, 2024
@bgins bgins closed this as completed in #418 Nov 1, 2024
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 a pull request may close this issue.

1 participant