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

Help on setting up workers #579

Open
gardiol opened this issue Jun 20, 2024 · 1 comment
Open

Help on setting up workers #579

gardiol opened this issue Jun 20, 2024 · 1 comment

Comments

@gardiol
Copy link

gardiol commented Jun 20, 2024

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?

@SamR1
Copy link
Owner

SamR1 commented Jun 22, 2024

Hi

The workers need Redis to run.

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).

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