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

Demo step from openhie project is not executed in parallel #735

Open
jyeshe opened this issue Jul 17, 2024 · 2 comments
Open

Demo step from openhie project is not executed in parallel #735

jyeshe opened this issue Jul 17, 2024 · 2 comments

Comments

@jyeshe
Copy link
Contributor

jyeshe commented Jul 17, 2024

User story

I was validating the Max concurrency feature on a workflow when I noticed that the runs from Lightning demo were not running in parallel.
Screenshot from 2024-07-17 13-36-43

Details

This doesn't happen though when a job/step takes more than 500ms to execute so maybe it's an irrelevant issue (except if blocks other work orders from other workflows).

Implementation notes

Release notes

Tests

@jyeshe jyeshe changed the title Demo jobs from openhie project is run not executed in parallel Demo job from openhie project is run not executed in parallel Jul 17, 2024
@jyeshe jyeshe changed the title Demo job from openhie project is run not executed in parallel Demo step from openhie project is not executed in parallel Jul 17, 2024
@josephjclark
Copy link
Collaborator

Thanks @jyeshe

I suspect that this is just the delay in the worker pulling from the queue.

How can I reproduce this?

@jyeshe
Copy link
Contributor Author

jyeshe commented Jul 18, 2024

Hi @josephjclark I have used the webhook from Openhie project workflow created with mix run -e "Lightning.Demo.reset_demo". The runs were created with:
curl -X POST -d '{"a": "webhook"}' http://localhost:4000/i/cae544ab-03dc-4ccc-a09c-fb4edb255d7a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

2 participants