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

Add Simultaneous Worker Listener Actions #861

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

steve-the-edwards
Copy link
Contributor

This reproduces the scenario where you have multiple Workers waiting for the same result and all produce an action. In the RenderPerAction (original runtime) this creates a lot of unnecessary renders.

@steve-the-edwards steve-the-edwards force-pushed the sedwards/add-simultaneous branch from 9eb7e3a to 774f44c Compare August 12, 2022 20:09
.github/workflows/kotlin.yml Outdated Show resolved Hide resolved
.github/workflows/kotlin.yml Outdated Show resolved Hide resolved
@steve-the-edwards steve-the-edwards force-pushed the sedwards/add-simultaneous branch 2 times, most recently from 1277405 to a41659e Compare August 15, 2022 15:01
@steve-the-edwards
Copy link
Contributor Author

Don't want to merge this yet as the Frame Timeout instrumentation tests are flaky.

@rjrjr
Copy link
Contributor

rjrjr commented Aug 17, 2022

Still marked as Draft, do you want us to review it yet?

@steve-the-edwards
Copy link
Contributor Author

Still marked as Draft, do you want us to review it yet?

Tomorrow. I'm going to take out the test re-enabling and do that separately.

@steve-the-edwards steve-the-edwards force-pushed the sedwards/add-simultaneous branch from a41659e to 13f4bf1 Compare August 18, 2022 19:23
Simulates multiple workers subscribing to same event and then triggering multiple actions all queued.
@steve-the-edwards steve-the-edwards force-pushed the sedwards/add-simultaneous branch from 13f4bf1 to 612e105 Compare August 18, 2022 19:23
@steve-the-edwards steve-the-edwards marked this pull request as ready for review August 18, 2022 19:24
@steve-the-edwards steve-the-edwards merged commit 800953c into main Aug 18, 2022
@steve-the-edwards steve-the-edwards deleted the sedwards/add-simultaneous branch August 18, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants