-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
celery support #147
Comments
Which port redis is using (as well as its hostname) is dependent on how you've set up redis via |
Thank you for your response. I think my problem is better described here |
The connection being refused could be caused by the Maniwani container reaching the point where it tries to connect to redis before the redis container can be set up, but that's just a theory. I'd suggest adding a small standalone script (either via How would you go about fixing this problem, if it were to be the culprit? Waiting to see if the redis port was open from the shell script that the Maniwani container uses to boot up uWSGI/Flask ( Figuring how when/where to call |
I'm trying to integrate some new features into the software such as task queue's and infinite scrolling. I've got a lot of it written but currently cannot find where to start my celery task. I call the celery function that is written in app.py from within Firehouse.py since it is called after the server has started. However I cannot find the interface which the redis server is listening on. How exactly can I reach redis' sockets?
The text was updated successfully, but these errors were encountered: