Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/better handling of queue markers #2309

Merged
merged 20 commits into from
Dec 21, 2023

Conversation

manast
Copy link
Contributor

@manast manast commented Dec 2, 2023

This PR introduces a new mechanism for handling queue markers which results in a simpler implementation and addresses issues like thes ones: #2268 #2286
However as it introduces a new key it is also a breaking change and all workers should be upgraded to this new version at once to avoid any issues.

https://bullmq.io/news/231204/better-queue-markers/#migrating-from-v4-to-v5

BREAKING CHANGE:
Markers use now a dedicated key in redis instead of using a special Job ID.
@manast manast requested a review from roggervalf December 2, 2023 12:12
@roggervalf roggervalf force-pushed the feat/better-handling-of-queue-markers branch from 0bac0fb to f87e88b Compare December 4, 2023 02:38
BREAKING CHANGE:
Markers use now a dedicated key in redis instead of using a special Job ID.
@roggervalf roggervalf force-pushed the feat/better-handling-of-queue-markers branch from f87e88b to 73cf5fc Compare December 4, 2023 03:00
saulane and others added 2 commits December 4, 2023 20:41
BREAKING CHANGE

unify redis connection args for Queue and Worker
…gers (#2312)

BREAKING CHANGE

throw error when custom job ids represent integers
Copy link
Collaborator

@roggervalf roggervalf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@roggervalf roggervalf force-pushed the feat/better-handling-of-queue-markers branch from 9a9a0b7 to 5ea405d Compare December 9, 2023 17:53
@manast manast merged commit ae47830 into master Dec 21, 2023
10 checks passed
@manast manast deleted the feat/better-handling-of-queue-markers branch December 21, 2023 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants