You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the pip install and all seems to be working fine, but my los where full of Error 111 connecting to localhost:6379. Connection refused
so i disabled my workers (removed flask... line in startup script) and the messages disappeared. But how to properly enable those workers if i would to do so?
The text was updated successfully, but these errors were encountered:
By default, FitTrackee tries to connect to the local Redis instance on port 6379 (localhost:6379). The default value of the REDIS_URL environment variable is redis://.
The value must be changed to match the Redis configuration (e.g. with socket the value can be redis:///var/run/redis/redis.sock).
I followed the pip install and all seems to be working fine, but my los where full of
Error 111 connecting to localhost:6379. Connection refused
so i disabled my workers (removed flask... line in startup script) and the messages disappeared. But how to properly enable those workers if i would to do so?
The text was updated successfully, but these errors were encountered: