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

Galaxy SQS control queues may need to be cleaned up #31

Open
innovate-invent opened this issue Sep 22, 2022 · 0 comments
Open

Galaxy SQS control queues may need to be cleaned up #31

innovate-invent opened this issue Sep 22, 2022 · 0 comments

Comments

@innovate-invent
Copy link
Collaborator

Galaxy creates a control queue for each of its processes, but might not be cleaning them up properly despite setting auto_delete=True in the related code.

They can be manually cleaned up using aws sqs list-queues --output text | grep control | cut -f 2 | xargs -i aws sqs delete-queue --queue-url {} --output text but this will clobber the currently active processes queue too. This may require restarting the app.

See galaxyproject/galaxy#14647

@innovate-invent innovate-invent changed the title Galaxy SQS control queues may ne be cleaned up Galaxy SQS control queues may need to be cleaned up Sep 22, 2022
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

No branches or pull requests

1 participant