diff options
Diffstat (limited to 'plugins/boltdb/doc/job_lifecycle.md')
-rw-r--r-- | plugins/boltdb/doc/job_lifecycle.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/boltdb/doc/job_lifecycle.md b/plugins/boltdb/doc/job_lifecycle.md deleted file mode 100644 index 1424e586..00000000 --- a/plugins/boltdb/doc/job_lifecycle.md +++ /dev/null @@ -1,9 +0,0 @@ -### Job lifecycle - -There are several boltdb buckets: - -1. `PushBucket` - used for pushed jobs via RPC. -2. `InQueueBucket` - when the job consumed from the `PushBucket`, in the same transaction, it copied into the priority queue and -get into the `InQueueBucket` waiting to acknowledgement. -3. `DelayBucket` - used for delayed jobs. RFC3339 used as a timestamp to track delay expiration. - |