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

test concurrent runs #136

Open
maxheld83 opened this issue Feb 17, 2021 · 0 comments
Open

test concurrent runs #136

maxheld83 opened this issue Feb 17, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@maxheld83
Copy link
Contributor

we really need async renders asap #42 now.

This was so far blocked, because we need all code, and especially side effects and outbound calls to live happily concurrently on one instance, sharing the same IP address, disc and everything else.

This has bitten us a couple of times, probably including:

I say "probably" because on live shiny apps it's very hard to test this, because two requests would have to come at the exact same time if run async, and that can make the bug appear intermittently

There's also the issue of whether this works with cr tracked separately in #135.

Before getting the async shiny in #42 to work (which isn't hard), we should test whether we have to expect/fix any concurrency issues, so that doesn't bite us again.

@maxheld83 maxheld83 added the enhancement New feature or request label Feb 17, 2021
@maxheld83 maxheld83 added this to the MPDL Test milestone Feb 17, 2021
@maxheld83 maxheld83 modified the milestones: Intl Release, Metacheck 2.0 Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant