You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to augment our reporting functionality in reports.py to return what can or cannot be extended among a set of running assignments.
e.g.
quads-cli --report-extension
Which returns something like
Cloud
Owner
Runtime
Expires
1week
2week
Max
Cloud10
grafuls
28
2
Y
N
7
Cloud09
wfoster
14
10
Y
Y
14
Cloud02
kambiz
14
2
Y
Y
28
Related
For extension-related RFE #267 it can use the method employed for this reports.py RFE to check its respective viability, tied into the --extend-schedule argparse there.
The text was updated successfully, but these errors were encountered:
It'd be nice to augment our reporting functionality in
reports.py
to return what can or cannot be extended among a set of running assignments.e.g.
quads-cli --report-extension
Which returns something like
Related
For extension-related RFE #267 it can use the method employed for this reports.py RFE to check its respective viability, tied into the
--extend-schedule
argparse there.The text was updated successfully, but these errors were encountered: