-
-
Notifications
You must be signed in to change notification settings - Fork 973
Support redis queue expiration #2251
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
Open
ffje
wants to merge
44
commits into
celery:main
Choose a base branch
from
ffje:redis-q-expiration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 35 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
6e298ef
support redis queue expiration
ffje 43b5ff5
fix: linter
ffje e5f552b
fix: docs
ffje 570fecb
fix: docs [2]
ffje d371800
Merge branch 'main' into redis-q-expiration
ffje 229b910
Merge branch 'main' into redis-q-expiration
ffje f12d5dc
clean-up: remove integration docker-compose
ffje 2e7a18c
Merge branch 'redis-q-expiration' of https://github.com/ffje/kombu in…
ffje 2a41482
Merge branch 'main' into redis-q-expiration
ffje f576a31
Merge branch 'main' into redis-q-expiration
ffje dd94bac
Merge branch 'main' into redis-q-expiration
ffje 5c34e7e
Merge branch 'main' into redis-q-expiration
auvipy dd18d80
tests: unit
ffje 407cdea
fix: lint
ffje d8e6baa
Merge branch 'main' into redis-q-expiration
ffje 7f5e585
Update kombu/transport/redis.py
auvipy c03bd4c
Update kombu/transport/redis.py
auvipy c5c4f80
docs: add support queue TTL doc
ffje 5811be2
Merge branch 'redis-q-expiration' of https://github.com/ffje/kombu in…
ffje 536ca7a
Merge branch 'main' into redis-q-expiration
auvipy 5c925e0
Merge branch 'main' into redis-q-expiration
ffje 6a72bcf
Merge branch 'main' into redis-q-expiration
auvipy 1daf444
Update kombu/transport/redis.py
auvipy 2d148e3
Update kombu/transport/redis.py
auvipy ac38051
Update kombu/transport/redis.py
auvipy 080cf5d
Update kombu/transport/redis.py
auvipy f81998f
Update kombu/transport/redis.py
auvipy 1d4900c
Update kombu/transport/redis.py
auvipy 9633638
Update kombu/transport/redis.py
auvipy 19ac320
Update kombu/transport/redis.py
auvipy beef48d
Merge branch 'main' into redis-q-expiration
Nusnus 0779fa6
Merge branch 'main' into redis-q-expiration
ffje 0770b62
fix: unit testing
ffje 3f56546
lint
ffje 6ae9a96
fix: integartion tests
ffje 1d2caf3
Merge branch 'main' into redis-q-expiration
ffje 3e478df
Merge branch 'main' into redis-q-expiration
ffje 6014b37
Merge branch 'main' into redis-q-expiration
ffje d6d39e1
Merge branch 'main' into redis-q-expiration
ffje 0168756
Merge branch 'main' into redis-q-expiration
ffje d80d746
Merge branch 'main' into redis-q-expiration
auvipy d24af21
Merge branch 'main' into redis-q-expiration
auvipy 1cf6a2d
Merge branch 'main' into redis-q-expiration
ffje 9cb30f6
Merge branch 'main' into redis-q-expiration
auvipy 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,6 +34,7 @@ Corentin Ardeois <[email protected]> | |
| Dan LaMotte <[email protected]> | ||
| Dan McGee <[email protected]> | ||
| Dane Guempel <[email protected]> | ||
| Danila Shiman <[email protected]> | ||
| Davanum Srinivas <[email protected]> | ||
| David Clymer <[email protected]> | ||
| David Gelvin <[email protected]> | ||
|
|
||
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
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.