Open kazcw opened 3 years ago
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))
create --limit N
take
The special case of --limit 1 would be particularly useful
--limit 1
This makes sense to implement but I don't currently need it so it's low-priority
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