Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Fix jobstats format #49

Merged
merged 2 commits into from
Jun 8, 2023
Merged

Fix jobstats format #49

merged 2 commits into from
Jun 8, 2023

Conversation

jgrund
Copy link
Member

@jgrund jgrund commented Jun 7, 2023

jobstats has gained start_time and elapsed_time fields. and the format has changed to require more parsing.

Add these fields in a backwards compatible way, and re-convert timestamp like fields to a newtype of i64.

jobstats has gained `start_time` and `elapsed_time` fields. and the format has changed to require more parsing.

Add these fields in a backwards compatible way, and re-convert timestamp like fields to a newtype of i64.

Signed-off-by: Joe Grund <jgrund@whamcloud.io>
@jgrund jgrund requested a review from RDruon June 7, 2023 17:18
@jgrund jgrund self-assigned this Jun 7, 2023
src/types.rs Show resolved Hide resolved
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
@jgrund jgrund requested a review from RDruon June 8, 2023 13:09
@jgrund jgrund merged commit b99a639 into master Jun 8, 2023
@jgrund jgrund deleted the jgrund/fix-jobstats-format branch June 8, 2023 13:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants