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
create --limit N:
for tasks created with this argument, take will not give out a job for a task when it has N or more jobs outstanding (taken AND (NOT log-finished) AND (NOT superceded))
The special case of --limit 1 would be particularly useful
create --limit N:for tasks created with this argument,
takewill not give out a job for a task when it has N or more jobs outstanding (taken AND (NOT log-finished) AND (NOT superceded))The special case of
--limit 1would be particularly useful