-
Notifications
You must be signed in to change notification settings - Fork 2
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
can it happen that the for the same job there are two different "submitted" times #298
Comments
Interesting! Perhaps we should apply the same approach used to prevent multiple "done" emails. |
It can be that a sufficient amount of time has passed from the last |
here
you could get it with the inspect-state functionality. edit: to get it yourself:
|
and what about the configuration? the |
you can see in as https://github.com/oda-hub/doc-operations/blob/main/README.md#dispatcher-endpoints I think the purpose of intsub was to deal with jobs which might be stuck in submitted for very long time. Like, if they never finish - the user will never get another email, e.g. for the default job - even if it was a year ago. Actually, maybe better to use token expiration for this, hm. Or, combination of the two: Meanwhile, we should increase Also, so is the time of submitted time changes with new email? I guess it makes sense. |
BTW I will need the
A combination of the two makes more sense I'd say
I don't know how much is by default, that is why I am asking
If you are referring to the time mention within the email subject, that is the time the specific request is actually submitted, so that is different for every email |
Ok so that's the needed action here.
I will set it.
but you could check yourself! here is the command again (needs no token, you see):
it's 10h
the request was actually first submitted once one per job. This is the time which should be used in the title. The title literally says "first requested". That's when it was actually submttied (first) |
So, in case of multiple "submitted" of the same job, the time to use in the title, should be the time of the first request. Correct? Then I will apply the change |
The text was updated successfully, but these errors were encountered: