Skip to content

Increase default queue limit to 10 - #2491

Merged
Didayolo merged 2 commits into
developfrom
queue-limit-10
Aug 10, 2026
Merged

Increase default queue limit to 10#2491
Didayolo merged 2 commits into
developfrom
queue-limit-10

Conversation

@Didayolo

@Didayolo Didayolo commented Aug 5, 2026

Copy link
Copy Markdown
Member

Description

Users can now have up to 10 queues by default. We do not have good reasons to set to the limit to 5.

Upgrade instructions

Django migration

When deployed we should update the value for old users to 10 using the following code:

Open shell plus

docker compose exec django ./manage.py shell_plus

Update old users limit to 10

from profiles.models import User
User.objects.all().update(rabbitmq_queue_limit=10)

Checklist

  • Code review by me
  • Hand tested by me
  • I'm proud of my work
  • Code review by reviewer
  • Hand tested by reviewer
  • CircleCi tests are passing
  • Ready to merge

@ihsaan-ullah

ihsaan-ullah commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

I tested this PR, it works fine.

When deployed we should update the value for old users to 10 using the following code:

Open shell plus

docker compose exec django ./manage.py shell_plus

Update old users limit to 10

from profiles.models import User
User.objects.all().update(rabbitmq_queue_limit=10)

@Didayolo
Didayolo merged commit 8832f3c into develop Aug 10, 2026
1 check passed
@Didayolo
Didayolo deleted the queue-limit-10 branch August 10, 2026 12:45
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.

2 participants