Scheduling Issues with Workflows #48258
Unanswered
leannebriffa
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
The scheduling log is the executor queueing the step — it fires a separate background job. If the step never runs, check that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been testing out workflows such as a flow which disables inactive users when they have not logged in for a while. I have steps defined like the following:
In the Keycloak server logs I can see the event being scheduled:
However the step does not run in 1 minute as indicated but in reality much much later (hours). This is the same for subsequent scheduled steps. Has anyone experienced similar issues?
(Using v26.6.0)
Beta Was this translation helpful? Give feedback.
All reactions