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

Running the main vgmdb image without arguments spams AMQP unavailable errors #71

Open
hufman opened this issue Jun 17, 2022 · 2 comments

Comments

@hufman
Copy link
Owner

hufman commented Jun 17, 2022

It seems the Celery queue defaults to AMQP, but arguably shouldn't even try connecting if it isn't specified.

[2022-06-17 20:04:05,216: DEBUG/MainProcess] | Worker: Starting Hub
[2022-06-17 20:04:05,219: DEBUG/MainProcess] ^-- substep ok
[2022-06-17 20:04:05,219: DEBUG/MainProcess] | Worker: Starting Pool
[2022-06-17 20:04:05,226: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
Trying again in 2.00 seconds...
@LasmGratel
Copy link

any workarounds?

@hufman
Copy link
Owner Author

hufman commented Nov 21, 2023

I haven't looked in a while, but you probably need to configure the background queue instead of relying on the default. You could also try the web-only container, which wouldn't run a celery worker pool, but it might still say something about trying to push to the queue.

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

2 participants