Skip to content

rabbitmq transient queue fixes#193

Draft
thomaszwagerman wants to merge 1 commit intomainfrom
fix/rabbitmq_queue
Draft

rabbitmq transient queue fixes#193
thomaszwagerman wants to merge 1 commit intomainfrom
fix/rabbitmq_queue

Conversation

@thomaszwagerman
Copy link
Copy Markdown
Collaborator

@thomaszwagerman thomaszwagerman commented Apr 29, 2026

See #194

Updates base.py to resolve INTERNAL_ERROR - Feature 'transient_nonexcl_queues' is deprecated error from RabbitMQ. See the rabbitmq 4.3.0 release notes.

Developed under time pressure for an external meeting, we may wish to review. Also see changes on ansible.

Instead of this we might want to pin rabbitmq to rabbitmq-server-4.2.5 in the polarroute/tasks/main.yml in ansible or (probably more maintainable) somehow through polarroute-server.

@github-actions
Copy link
Copy Markdown

Coverage

Coverage Report
FileStmtsMissBranchBrPartCoverMissing
polarrouteserver
   __init__.py3000100% 
   _version.py11000100% 
   celery.py153000 80%
polarrouteserver/route_api
   __init__.py4000100% 
   models.py722000 97%
   responses.py33020100% 
   serializers.py12053644 94%
   tasks.py124212877 82%
   utils.py112104244 91%
   views.py276175244 94%
polarrouteserver/route_api/management
   __init__.py0000100% 
polarrouteserver/route_api/management/commands
   __init__.py0000100% 
   ensure_adminuser.py2222600 0%
   insert_mesh.py2626800 0%
polarrouteserver/utils
   __init__.py0000100% 
   loggers.py1010000 0%
TOTAL8281161741985% 

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.

1 participant