-
Notifications
You must be signed in to change notification settings - Fork 662
feat: expand Queue/Job/Worker API parity with Node.js BullMQ [rust] #4219
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
e6d6d51
feat(rust): expand Queue/Job/Worker API parity with Node.js BullMQ
manast c96f54f
fix: fix vulns
manast 0f4e838
Merge branch 'master' into feat/add-flow-support-rust
manast d04548a
fix: addressed PR comments
manast e75262b
Merge branch 'feat/add-flow-support-rust' of https://github.com/taskf…
manast e1b86b2
Merge origin/master into feat/add-flow-support-rust
Copilot 197ae34
fix: addressed PR comments
manast 2bce7e1
Merge branch 'feat/add-flow-support-rust' of https://github.com/taskf…
manast a68e2d2
fix: addressed PR comments
manast eb78cfa
fix: addressed PR comments
manast f207ded
fix: addressed PR comments
manast 4d5bf55
fix: addressed PR comments
manast f209b55
fix: addressed PR comments
manast bf4e8cb
test(rust): fix broken test
manast ec07d58
fix: addressed PR comments
manast fb55b0d
fix(rust): address remaining PR comments
Copilot a9f997b
refactor(rust): clarify packed add args naming
Copilot e8e413e
Merge branch 'master' into feat/add-flow-support-rust
manast 1353b04
fix(rust): propagate flow child loading errors
Copilot d5761eb
fix(rust): redact redis connection debug output
Copilot bfb2f31
fix(ci): use stable skipped Elixir check name
Copilot d818294
fix(ci): keep Elixir required check reportable
Copilot 1bb97f3
fix(rust): align flow add ID semantics docs
Copilot 43d07a2
test(rust): cover child ID preservation in flow add
Copilot 3a5b134
Potential fix for pull request finding
manast 8686920
Potential fix for pull request finding
manast 3358f6b
Merge branch 'master' into feat/add-flow-support-rust
manast c2a0ac9
Potential fix for pull request finding
manast 97048b4
Potential fix for pull request finding
manast 38741b2
fix: restore rustfmt formatting in flow producer
Copilot c533bfa
ci: avoid failing osv scan on PR events
Copilot 00a1c54
Merge branch 'master' into feat/add-flow-support-rust
manast e8b7567
Potential fix for pull request finding
manast ae6311f
Potential fix for pull request finding
manast 2c00f3f
Potential fix for pull request finding
manast 143f767
chore: fix osv scanner vulnerabilities
Copilot 43f94da
Merge branch 'master' into feat/add-flow-support-rust
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,11 @@ | ||
| # OSV Scanner Configuration | ||
| # https://google.github.io/osv-scanner/configuration/ | ||
|
|
||
| # rustls-pemfile is unmaintained (the crate was archived; its PEM parsing was | ||
| # folded into rustls-pki-types). This is an informational advisory with no CVSS | ||
| # score and no fixed version available. It is only pulled in transitively by the | ||
| # `redis` crate's TLS support (rust/Cargo.lock) and there is nothing to upgrade | ||
| # to, so we acknowledge and ignore it. | ||
| [[IgnoredVulns]] | ||
| id = "RUSTSEC-2025-0134" | ||
| reason = "Informational only (unmaintained). Transitive via redis TLS; no fixed version available." |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.