bbcarchdev / libcluster

Clustering support library (originally part of anansi)
Apache License 2.0
0 stars 2 forks source link

Add job tracking across the cluster #24

Open nevali opened 7 years ago

nevali commented 7 years ago

Define APIs which can be used by libcluster applications for creating and updating information in the cluster database (or equivalent) reflecting their processing state.

Jobs have:

Child jobs can be used where multiple instances should process parts of a job in parallel.