-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: celery config typo #1776
Merged
Merged
fix: celery config typo #1776
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@yonmey is attempting to deploy a commit to the Quivr-app Team on Vercel. A member of the Team first needs to authorize it. |
Good call my friend ! Can you please fix the conflicts ? |
d0d8552
to
07f23f2
Compare
07f23f2
to
343a129
Compare
mamadoudicko
approved these changes
Dec 5, 2023
343a129
to
249325d
Compare
Thanks @yonmey! |
mamadoudicko
pushed a commit
that referenced
this pull request
Dec 5, 2023
🤖 I have created a release *beep* *boop* --- ## 0.0.128 (2023-12-05) ## What's Changed * feat: track response source usage by @mamadoudicko in #1810 * doc: add VirtioFS instruction for MacOS users by @tarek-ayed in #1813 * refactor: chat for multibrains by @gozineb in #1812 * feat(prebuilt): prebuild backend image for faster compilation by @StanGirard in #1815 * fix: text not clear in dark mode by @Jezla in #1804 * fix: celery config typo by @yonmey in #1776 * feat: add brain creation steps system by @mamadoudicko in #1814 ## New Contributors * @tarek-ayed made their first contribution in #1813 * @Jezla made their first contribution in #1804 * @yonmey made their first contribution in #1776 **Full Changelog**: v0.0.127...v0.0.128 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
coolCatalyst
added a commit
to coolCatalyst/quivr
that referenced
this pull request
Jun 1, 2024
🤖 I have created a release *beep* *boop* --- ## 0.0.128 (2023-12-05) ## What's Changed * feat: track response source usage by @mamadoudicko in QuivrHQ/quivr#1810 * doc: add VirtioFS instruction for MacOS users by @tarek-ayed in QuivrHQ/quivr#1813 * refactor: chat for multibrains by @gozineb in QuivrHQ/quivr#1812 * feat(prebuilt): prebuild backend image for faster compilation by @StanGirard in QuivrHQ/quivr#1815 * fix: text not clear in dark mode by @Jezla in QuivrHQ/quivr#1804 * fix: celery config typo by @yonmey in QuivrHQ/quivr#1776 * feat: add brain creation steps system by @mamadoudicko in QuivrHQ/quivr#1814 ## New Contributors * @tarek-ayed made their first contribution in QuivrHQ/quivr#1813 * @Jezla made their first contribution in QuivrHQ/quivr#1804 * @yonmey made their first contribution in QuivrHQ/quivr#1776 **Full Changelog**: QuivrHQ/quivr@v0.0.127...v0.0.128 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: backend
Related to backend functionality or under the /backend directory
lgtm
This PR has been approved by a maintainer
size:XS
This PR changes 0-9 lines, ignoring generated files.
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.
Description
There was a typo on one of the celery's config variables.
The
CELEBRY_BROKER_QUEUE_NAME
variable has been replaced byCELERY_BROKER_QUEUE_NAME
Checklist before requesting a review
Please delete options that are not relevant.