Skip to content

[FEATURE] add database as a driver for queues#4

Merged
vinayak25 merged 8 commits intomainfrom
feature/db-queue
Sep 16, 2024
Merged

[FEATURE] add database as a driver for queues#4
vinayak25 merged 8 commits intomainfrom
feature/db-queue

Conversation

@vinayak25
Copy link
Member

Feature Description

  1. Now we can use database as a queue. This will be useful for projects which are MVP or don't want to scale immediately.

Minor Improvements

  1. Now the delay attributes will accept, either a number, strings (eg "2days", "72h"), or else a Date object which is future based.
  2. Did some code refactoring, moved all of the job classes to a single file in queue/interfaces/job.ts

@vinayak25 vinayak25 requested a review from chhabra1112 August 5, 2024 09:27
@vinayak25 vinayak25 added enhancement New feature or request release-v0.1.3 Release v0.1.3 labels Aug 5, 2024
@vinayak25 vinayak25 self-assigned this Aug 6, 2024
@vinayak25 vinayak25 changed the base branch from develop to release/v0.1.3 August 6, 2024 04:47
@vinayak25 vinayak25 changed the base branch from release/v0.1.3 to main August 31, 2024 19:12
@vinayak25 vinayak25 merged commit d09152c into main Sep 16, 2024
@vinayak25 vinayak25 deleted the feature/db-queue branch September 16, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request release-v0.1.3 Release v0.1.3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant