-
Notifications
You must be signed in to change notification settings - Fork 192
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
Improvements to the daemon-managed WorkChains needed #318
Comments
I'm going to create a branch now and already commit a partial fix to the first part. I will branch off the tutorial_ts_jan branch, so that if modifications are minor, we can put the fixes in that branch. |
- properly use the command line parameters (don't use sys.argv) - remove default limit - set by default order to be 'ascending' on ctime (internally: descending, then list is reverted, to take care of the 'limits' if specified - probably though it is not very efficient for long lists) - replaced 'type' with the process label in the output table - show only WorkCalculation rather than any Calculation - put the QueryBuilder .order_by() after append, otherwise QB complains
We need now a way to know
|
- properly use the command line parameters (don't use sys.argv) - remove default limit - set by default order to be 'ascending' on ctime (internally: descending, then list is reverted, to take care of the 'limits' if specified - probably though it is not very efficient for long lists) - replaced 'type' with the process label in the output table - show only WorkCalculation rather than any Calculation - put the QueryBuilder .order_by() after append, otherwise QB complains
Changed the milestone to pre-1.0 release because more work on #318 needs to be done. |
I was trying to implement the |
Yes this is true. One solution I can think of is parsing a string like |
We need to give the user the possibility to easily and clearly understand what the daemon is doing w.r.t. WorkChains.
Now, the only simple tool is
verdi work list
, but has some shortcomings (shows also JobCalculations, is not sorted, limits by default the number of results, does not give a clear information on what the different WorkCalculations are, ...).Moreover, there should be a way to show only currently running WorkChains, by default (paralleling what
verdi calculation list
does).The text was updated successfully, but these errors were encountered: