nabicht / SimpleTaskQueue

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

document the language in STQ and its goals #42

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

1) errors on doing the job, might do it twice 2) Attempts vs tasks. 3) how multiple attempts on a task are handled, including max_attempts and duration 4) Attempts (and ultimately Tasks) are either completed or failed. If failed, a task will never run again but that dones't mean it is complete. Complete implies "successfully completed"