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

Authentik falsely reports that no workers are connected #11385

Closed
noahmayr opened this issue Sep 15, 2024 · 1 comment
Closed

Authentik falsely reports that no workers are connected #11385

noahmayr opened this issue Sep 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@noahmayr
Copy link

Describe the bug
Authentik reports that no workers are connected, there is a running worker though and background jobs are running fine.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Administration Overview
  2. Check the workers status card
  3. It says "No workers connected. Background tasks will not run."

Expected behavior
It should say there's 1 worker connected

Screenshots
image

Logs
I couldn't find anything relevant in the logs of either the server nor worker container, both are running and healthy.

Version and Deployment (please complete the following information):

  • authentik version: 2024.8.1
  • Deployment: docker-compose
@noahmayr noahmayr added the bug Something isn't working label Sep 15, 2024
@noahmayr
Copy link
Author

Turns out this was caused because only the server was in the same docker network as my postfix container while the worker was unable to access it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant