-
Hello, my |
Beta Was this translation helpful? Give feedback.
Answered by
Billos
Sep 29, 2025
Replies: 2 comments 2 replies
-
I'd recommend adjusting the following setting:
select count(*), actor_name from authentik_tasks_task group by actor_name;
select count(*), date_trunc('day', mtime) as mdate from authentik_tasks_task group by mdate order by mdate; |
Beta Was this translation helpful? Give feedback.
2 replies
-
The issue was in my worker, that could not access the docker socket. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Billos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue was in my worker, that could not access the docker socket.
The tasks are now being processed correctly.