hufman / vgmdb

A custom frontend for vgmdb, providing JSON and RDF
MIT License
99 stars 12 forks source link

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

Open hufman opened 2 years ago

hufman commented 2 years ago

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 commented 11 months ago

any workarounds?

hufman commented 11 months ago

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.