celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

Can we use django celery results for remote workers? #386

Closed guillaumeldc closed 1 year ago

guillaumeldc commented 1 year ago

Greetings!

I'm encountering an issue with my Django app that I'm hoping to get some assistance with. I've noticed that when I connect a remote worker that doesn't have access to my Django app configuration, the result cannot be stored correctly. Strangely enough, everything seems to be working perfectly fine when I run everything locally.

I was wondering if anyone has had success with a similar setup and could provide some guidance or resources. Is there any documentation out there that might be useful in my situation? I just need to know what setting I need to enter for my remote worker configuration. Currently using postgresql that can be opened to outside connections if needed.

I would greatly appreciate any help or insights you might have on this matter. Thank you in advance for your time and attention.

Best regards. GL.