-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ISSUE-9704: Update documentation of result_expires, filesystem backend is supported #9716
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
Conversation
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
… if celery beat is active
auvipy
approved these changes
May 21, 2025
github-merge-queue bot
pushed a commit
to Software-Engineering-Jagiellonian/django-celery-frege
that referenced
this pull request
Jun 6, 2025
Bumps [celery[redis]](https://github.com/celery/celery) from 5.5.2 to 5.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celery/celery/releases">celery[redis]'s releases</a>.</em></p> <blockquote> <h2>v5.5.3</h2> <h2>What's Changed</h2> <ul> <li>make the tests run on python 3.13 for gcs backend by <a href="https://github.com/auvipy"><code>@auvipy</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9677">celery/celery#9677</a></li> <li>Added DeepWiki to README by <a href="https://github.com/Nusnus"><code>@Nusnus</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9683">celery/celery#9683</a></li> <li>Limit redis to <=v5.2.1 to match Kombu by <a href="https://github.com/Nusnus"><code>@Nusnus</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9693">celery/celery#9693</a></li> <li>Use EX_OK instead of literal zero by <a href="https://github.com/Nusnus"><code>@Nusnus</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9684">celery/celery#9684</a></li> <li>Make wheel metadata reproducible by <a href="https://github.com/cjwatson"><code>@cjwatson</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9687">celery/celery#9687</a></li> <li>let celery install from kombu dependencies for better align by <a href="https://github.com/auvipy"><code>@auvipy</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9696">celery/celery#9696</a></li> <li>Fix stamping documentation to clarify stamped_headers key is optional in visitor methods by <a href="https://github.com/Nusnus"><code>@Nusnus</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9697">celery/celery#9697</a></li> <li>Support apply_async without queue argument on quorum queues by <a href="https://github.com/bityob"><code>@bityob</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9686">celery/celery#9686</a></li> <li>Updated rabbitmq doc about using quorum queues with task routes by <a href="https://github.com/bityob"><code>@bityob</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9707">celery/celery#9707</a></li> <li>Add: Dumper Unit Test by <a href="https://github.com/yiyu0x"><code>@yiyu0x</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9711">celery/celery#9711</a></li> <li>Add unit test for event.group_from by <a href="https://github.com/rogerforlife"><code>@rogerforlife</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9709">celery/celery#9709</a></li> <li>refactor: add beat_cron_starting_deadline documentation warning by <a href="https://github.com/alirafiei75"><code>@alirafiei75</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9712">celery/celery#9712</a></li> <li>fix: resolve issue <a href="https://redirect.github.com/celery/celery/issues/9569">#9569</a> by supporting distinct broker transport options for workers by <a href="https://github.com/yiyu0x"><code>@yiyu0x</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9695">celery/celery#9695</a></li> <li>Fixes issue with retry callback arguments in DelayedDelivery by <a href="https://github.com/maccinza"><code>@maccinza</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9708">celery/celery#9708</a></li> <li>get_exchange-unit-test by <a href="https://github.com/rogerforlife"><code>@rogerforlife</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9710">celery/celery#9710</a></li> <li>ISSUE-9704: Update documentation of result_expires, filesystem backend is supported by <a href="https://github.com/MattiasDC"><code>@MattiasDC</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9716">celery/celery#9716</a></li> <li>update to blacksmith ubuntu 24.04 by <a href="https://github.com/auvipy"><code>@auvipy</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9717">celery/celery#9717</a></li> <li>Added unit tests for celery.utils.iso8601 by <a href="https://github.com/jaiganeshs21"><code>@jaiganeshs21</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9725">celery/celery#9725</a></li> <li>Update introduction.rst docs by <a href="https://github.com/auvipy"><code>@auvipy</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9728">celery/celery#9728</a></li> <li>Prepare for release: v5.5.3 by <a href="https://github.com/Nusnus"><code>@Nusnus</code></a> in <a href="https://redirect.github.com/celery/celery/pull/9732">celery/celery#9732</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bityob"><code>@bityob</code></a> made their first contribution in <a href="https://redirect.github.com/celery/celery/pull/9686">celery/celery#9686</a></li> <li><a href="https://github.com/yiyu0x"><code>@yiyu0x</code></a> made their first contribution in <a href="https://redirect.github.com/celery/celery/pull/9711">celery/celery#9711</a></li> <li><a href="https://github.com/rogerforlife"><code>@rogerforlife</code></a> made their first contribution in <a href="https://redirect.github.com/celery/celery/pull/9709">celery/celery#9709</a></li> <li><a href="https://github.com/alirafiei75"><code>@alirafiei75</code></a> made their first contribution in <a href=" 8000 https://redirect.github.com/celery/celery/pull/9712">celery/celery#9712</a></li> <li><a href="https://github.com/maccinza"><code>@maccinza</code></a> made their first contribution in <a href="https://redirect.github.com/celery/celery/pull/9708">celery/celery#9708</a></li> <li><a href="https://github.com/MattiasDC"><code>@MattiasDC</code></a> made their first contribution in <a href="https://redirect.github.com/celery/celery/pull/9716">celery/celery#9716</a></li> <li><a href="https://github.com/jaiganeshs21"><code>@jaiganeshs21</code></a> made their first contribution in <a href="https://redirect.github.com/celery/celery/pull/9725">celery/celery#9725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celery/celery/compare/v5.5.2...v5.5.3">https://github.com/celery/celery/compare/v5.5.2...v5.5.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/celery/celery/blob/main/Changelog.rst">celery[redis]'s changelog</a>.</em></p> <blockquote> <h1>5.5.3</h1> <p>:release-date: 2025-06-01 :release-by: Tomer Nosrati</p> <p>What's Changed</p> <pre><code> - make the tests run on python 3.13 for gcs backend ([#9677](celery/celery#9677)) - Added DeepWiki to README ([#9683](celery/celery#9683)) - Limit redis to <=v5.2.1 to match Kombu ([#9693](celery/celery#9693)) - Use EX_OK instead of literal zero ([#9684](celery/celery#9684)) - Make wheel metadata reproducible ([#9687](celery/celery#9687)) - let celery install from kombu dependencies for better align ([#9696](celery/celery#9696)) - Fix stamping documentation to clarify stamped_headers key is optional in visitor methods ([#9697](celery/celery#9697)) - Support apply_async without queue argument on quorum queues ([#9686](celery/celery#9686)) - Updated rabbitmq doc about using quorum queues with task routes ([#9707](celery/celery#9707)) - Add: Dumper Unit Test ([#9711](celery/celery#9711)) - Add unit test for event.group_from ([#9709](celery/celery#9709)) - refactor: add beat_cron_starting_deadline documentation warning ([#9712](celery/celery#9712)) - fix: resolve issue [#9569](celery/celery#9569) by supporting distinct broker transport options for workers ([#9695](celery/celery#9695)) - Fixes issue with retry callback arguments in DelayedDelivery ([#9708](celery/celery#9708)) - get_exchange-unit-test ([#9710](celery/celery#9710)) - ISSUE-9704: Update documentation of result_expires, filesystem backend is supported ([#9716](celery/celery#9716)) - update to blacksmith ubuntu 24.04 ([#9717](celery/celery#9717)) - Added unit tests for celery.utils.iso8601 ([#9725](celery/celery#9725)) - Update introduction.rst docs ([#9728](celery/celery#9728)) - Prepare for release: v5.5.3 ([#9732](celery/celery#9732)) <p>.. _version-5.5.2: </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celery/celery/commit/088c39c0f78b23a9cdf8d1c9e265ea64d02cfd86"><code>088c39c</code></a> Prepare for release: v5.5.3 (<a href="https://redirect.github.com/celery/celery/issues/9732">#9732</a>)</li> <li><a href="https://github.com/celery/celery/commit/0c1c52b7c361b65c286b30b13973df741799f4ea"><code>0c1c52b</code></a> Update introduction.rst docs (<a href="https://redirect.github.com/celery/celery/issues/9728">#9728</a>)</li> <li><a href="https://github.com/celery/celery/commit/778b009ffbad7c7d8061a4e7cc4c4445ec541da3"><code>778b009</code></a> Added unit tests for celery.utils.iso8601 (<a href="https://redirect.github.com/celery/celery/issues/9725">#9725</a>)</li> <li><a href="https://github.com/celery/celery/commit/b00c1446d809b8909c4932674c49a7659838aaa6"><code>b00c144</code></a> update to blacksmith ubuntu 24.04</li> <li><a href="https://github.com/celery/celery/commit/5aae2ca5f455e148cd59de89907459265c5b81fc"><code>5aae2ca</code></a> ISSUE-9704: Update documentation of , filesystem backend is supported if cele...</li> <li><a href="https://github.com/celery/celery/commit/7cf9d8987017ee6414644ff7bf32756860255d2a"><code>7cf9d89</code></a> get_exchange-unit-test (<a href="https://redirect.github.com/celery/celery/issues/9710">#9710</a>)</li> <li><a href="https://github.com/celery/celery/commit/b06e53f324f0cfe2b1c98b99d7a8a158d7034dea"><code>b06e53f</code></a> Fixes issue with retry callback argument types in DelayedDelivery (<a href="https://redirect.github.com/celery/celery/issues/9708">#9708</a>)</li> <li><a href="https://github.com/celery/celery/commit/b6cab29e6932f100c9f30706ce2600ccff5e14e3"><code>b6cab29</code></a> fix: resolve issue <a href="https://redirect.github.com/celery/celery/issues/9569">#9569</a> by supporting distinct broker transport options for ...</li> <li><a href="https://github.com/celery/celery/commit/5fc068cd4561ddddebaa5abdde947a90105fa59e"><code>5fc068c</code></a> refactor: add beat_cron_starting_deadline documentation warning (<a href="https://redirect.github.com/celery/celery/issues/9712">#9712</a>)</li> <li><a href="https://github.com/celery/celery/commit/c7bb67f7412c61477473299ae2f251d5731be3c1"><code>c7bb67f</code></a> Add unit test for event.group_from (<a href="https://redirect.github.com/celery/celery/issues/9709">#9709</a>)</li> <li>Additional commits viewable in <a href="https://github.com/celery/celery/compare/v5.5.2...v5.5.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ISSUE-9704: Update documentation of result_expires, filesystem backend is supported if celery beat is active
Description
Fixes #9704 by updating the
result_expires
userguide documentation since filesystem backends support it since 7 years.