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

Server not responsive after pending automation session #1532

Open
2 tasks
petergrlica opened this issue Nov 20, 2023 · 3 comments
Open
2 tasks

Server not responsive after pending automation session #1532

petergrlica opened this issue Nov 20, 2023 · 3 comments
Assignees
Labels
backend Backend server changes (GO) bug Something isn't working critical go Pull requests that update Go code
Milestone

Comments

@petergrlica
Copy link
Member

Api server becomes unresponsive when a specific workflow is triggered that puts it into an indefinite pending state.

To reproduce:
Create a simple workflow (afterUpdate) that calls a subworkflow
Inside the subworkflow use a function to notify a user

Once the workflow is executed, the user will not be notified, as the subworkflow does not get the user info.
The workflow will go into state pending and all further actions via rest api will be blocked.

Checklist:

  • reproduce locally
  • confirm subworkflow not getting user info
@petergrlica petergrlica added bug Something isn't working backend Backend server changes (GO) go Pull requests that update Go code labels Nov 20, 2023
@petergrlica petergrlica added this to the 2023.9.x milestone Nov 20, 2023
@Fajfa Fajfa modified the milestones: 2023.9.x, 2023.9.2 Nov 27, 2023
@Fajfa Fajfa added the critical label Nov 27, 2023
@Fajfa Fajfa modified the milestones: 2023.9.2, 2023.9.3 Dec 19, 2023
@petergrlica
Copy link
Member Author

Not able to reproduce locally, checking on forum for some more info

@Fajfa Fajfa modified the milestones: 2023.9.3, 2023.9.4 Jan 16, 2024
@Fajfa Fajfa modified the milestones: 2023.9.4, 2023.9.5 Feb 26, 2024
@tjerman
Copy link
Member

tjerman commented Mar 19, 2024

Failing to reproduce...
Tried triggering the "offending" workflow with another workflow.

Potential issue if the workflow has a run as?

@tjerman
Copy link
Member

tjerman commented Mar 19, 2024

Asked for more info.
If the workflow has run as set; the result seems similar; it doesn't lock the server but it's the closest I managed to get.

@Fajfa Fajfa modified the milestones: 2023.9.5, 2024.3.x Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend server changes (GO) bug Something isn't working critical go Pull requests that update Go code
Projects
None yet
Development

No branches or pull requests

3 participants