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(job): support debouncing #2760

Merged
merged 4 commits into from
Jul 30, 2024
Merged

feat(job): support debouncing #2760

merged 4 commits into from
Jul 30, 2024

Conversation

roggervalf
Copy link
Collaborator

@roggervalf roggervalf commented Jul 30, 2024

ref #1034

@@ -26,10 +30,11 @@ local function getZSetItems(keyName, max)
return rcall('ZRANGE', keyName, 0, max - 1)
end

local function removeJobs(parentKey, keys)
Copy link
Collaborator Author

@roggervalf roggervalf Jul 30, 2024

Choose a reason for hiding this comment

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

parentKey is wrong, this is an issue in this script that is being fixed in this pr

@roggervalf roggervalf merged commit 603befe into develop Jul 30, 2024
6 checks passed
@roggervalf roggervalf deleted the debouncing branch July 30, 2024 13:49
github-actions bot pushed a commit that referenced this pull request Jul 30, 2024
# [4.16.0](v4.15.1...v4.16.0) (2024-07-30)

### Features

* **job:** support debouncing ([#2760](#2760)) ([603befe](603befe))
@manast
Copy link
Member

manast commented Jul 30, 2024

🎉 This PR is included in version 4.16.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants