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

Trigger execution from webui don't display the execution when some lag #22

Closed
tchiotludo opened this issue Jan 7, 2020 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@tchiotludo
Copy link
Member

When we create the execution from the webui, the execution is created and return directly.
But the indexer could not have the time to index the execution on the backend.
This lead by a 404 on /api/v1/executions/{{executionId}} and the ui freeze here.

Difficult use case here, I think the better will be to use only the execution return during the creation and reach the updated information from the listen url (without trying to reach the url below).
This will lead to no dependency on indexer on this part of the webui.

@tchiotludo tchiotludo added bug Something isn't working ui labels Jan 7, 2020
eregnier pushed a commit that referenced this issue Jan 21, 2020
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
No open projects
Archived in project
Development

No branches or pull requests

1 participant