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
The commands verdi process list -P pk label job_state scheduler_state -O id | grep run
and psql -d yascheduler -c 'select task_id, label, ip from yascheduler_tasks where status=1 order by 2;'
The commands
verdi process list -P pk label job_state scheduler_state -O id | grep run
and
psql -d yascheduler -c 'select task_id, label, ip from yascheduler_tasks where status=1 order by 2;'
quite unexpectedly, may produce slightly different output in terms of the running tasks. Might be related to https://groups.google.com/forum/#!topic/aiidausers/zJiD-3eZeoM
The text was updated successfully, but these errors were encountered: