nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

create an "after" setting for tasks #77

Open nabicht opened 6 years ago

nabicht commented 6 years ago

Depends on lets you run only if a task (or tasks) completes.

I'd like to have an "after than" that the task runs after the task (or tasks) are done (completed or failed). So it doesn't depend on success, it just depends on having been done already.

nabicht commented 5 years ago

"after_than" is some bad grammar. How about just "after"