This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Time Management of jobs running over new year #129
Unanswered
mathisloevenich
asked this question in
General
Replies: 3 comments 1 reply
|
To quote @aqw: Jobs can run longer than one year, but it's unlikely and if the information is lost, there is no way to solve this issue.
That's the current state and half-way solution to this problem. |
0 replies
|
Do everything the same as before, with two changes:
|
0 replies
|
It's not possible to solve this issue, because |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
HTCondor Logs contain Events with a timestamp in this form:
07/11 20:40:03... obviously missing the
yearThe
htcondorpython bindings do actually assign a year to each event but I recognized that this is just the current year and is not derived by f.e. the creation date of the logfile.This makes it hard to read old log files older than one year, cause the
yearvalue is then ambigious.Probably it's not even possible within our cluster to run jobs over new year or longer than one year,
BUT this tool should not care about our ways of working or our infrastructure.
I don't know how important this is or if there will be cases where this matters but still I've managed to
check if a job runs over new year.
This makes it at least a bit less pain to keep track.
However it's not possible whatsoever to solve this issue, as the information about the year is lost and not available, only if it's tracked from the creation date of a log-file, which is also not 100% trustworthy.
What do you think ? Am I missing something ?
All reactions