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

Redis queue creation now with "unlimited" size #7537

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

daneryl
Copy link
Collaborator

@daneryl daneryl commented Dec 11, 2024

The redis limit is 512MB but the default was 64k for the rsmq library

fixes #7398
fixes #7383

PR checklist:

  • Update READ.me ?
  • Update API documentation ?

QA checklist:

  • Smoke test the functionality described in the issue
  • Test for side effects
  • UI responsiveness
  • Cross browser testing
  • Code review

still the redis limit is 512MB but the default was 64k for the rsmq
library
@daneryl daneryl force-pushed the 7398_tweak_redis_queues_maxsize branch from cb05bda to ef09dc4 Compare December 11, 2024 11:46
@daneryl daneryl changed the base branch from development to production December 11, 2024 12:16
@daneryl daneryl marked this pull request as ready for review December 11, 2024 12:16
@daneryl daneryl merged commit 67f76fc into production Dec 11, 2024
17 of 18 checks passed
@daneryl daneryl deleted the 7398_tweak_redis_queues_maxsize branch December 11, 2024 12:19
RafaPolit pushed a commit that referenced this pull request Dec 11, 2024
still the redis limit is 512MB but the default was 64k for the rsmq
library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[IX] Send option values with request instead of in Redis message
1 participant