feat: Initial commit

This commit is contained in:
mrhid6
2025-09-12 11:35:25 +00:00
parent 225a305fc8
commit 5d273dacd0
12 changed files with 680 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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