Closed robacarp closed 2 years ago
fixes #70
This implements a metadata method on Job which can be used to track statistics, rate limit, or even implement a mutex between workers. The metadata is transparent and relies on the backend to manage any sort of concurrency conflicts.
metadata
fixes #70
This implements a
metadata
method on Job which can be used to track statistics, rate limit, or even implement a mutex between workers. The metadata is transparent and relies on the backend to manage any sort of concurrency conflicts.