14 lines
237 B
Markdown
14 lines
237 B
Markdown
# Task Queue Server
|
|
|
|
## Introduction
|
|
|
|
Server to queue tasks in MongoDB for use in workflow scenario.
|
|
|
|
## Features:
|
|
|
|
- Enqueue tasks to queue
|
|
- Pop tasks from queue
|
|
- Complete tasks
|
|
- Extend leased tasks
|
|
- Requeue task on error
|