-
Notifications
You must be signed in to change notification settings - Fork 17
Proposal: admin might reset the expiration time #23
Description
This proposal is not yet settled. Imagine I prepare a workspace in a cluster. I expect a runtime of the job to be 20 days, hence I give 30 days for the ws_allocation command. Unfortunately I have to wait 11 days until my job starts. Sure, unless I’m in vacation I could get an email about the expiration and extend it.
With an additional option -q and some to be implemented hook I could allow a prolog of the queuing system to extend the expiration without consuming one of the available extensions when the job finally start. This new expiration date could be actual-date + (expiration_date - creation_date), hence the original allocation time will count down when the job actually starts only. As this might be a feature in the background, the option -q would give the user the feedback that there maybe something changing the allocation time.