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 status logging to job logger csv SCMSUITE-10132 SO107 #184

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dormrod
Copy link
Contributor

@dormrod dormrod commented Dec 12, 2024

Description

Add a job status tracker to the base plams job, which stores the status and the timestamp at which it was changed.

Add a field to the job logging csv, which shows the timeline of these status changes. This can be useful for analysing how long jobs take and when they start running etc. which can be useful for job analysis.

An example would be:

2024-12-12 10:43:48 created -> 2024-12-12 10:43:48 started -> 2024-12-12 10:43:48 registered -> 2024-12-12 10:43:48 running -> 2024-12-12 10:43:51 finished -> 2024-12-12 10:43:51 successful

@dormrod dormrod force-pushed the DavidOrmrodMorley/log_job_status_changes branch from c20b867 to c81baf2 Compare December 12, 2024 11:57
@dormrod dormrod requested a review from GiulioIlBen December 12, 2024 13:02
Copy link
Contributor

@GiulioIlBen GiulioIlBen left a comment

Choose a reason for hiding this comment

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

It is great and simple. Sorry for the delay.

@GiulioIlBen GiulioIlBen merged commit 0f437c0 into trunk Dec 20, 2024
17 checks passed
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.

2 participants