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

render asynchronously #42

Closed
maxheld83 opened this issue Dec 10, 2020 · 1 comment · Fixed by #195
Closed

render asynchronously #42

maxheld83 opened this issue Dec 10, 2020 · 1 comment · Fixed by #195
Assignees
Labels
bug Something isn't working

Comments

@maxheld83
Copy link
Contributor

rendering the email and other expensive operations should work synchronously so as not to block the session

@maxheld83
Copy link
Contributor Author

This is now elevated to a bug, because:

  1. We currently run in only one instance at a time, and though that can be beefed up, we need to become more efficient and share instances.
  2. This keeps getting confused for other bugs shinyapp does not start when a check is running #130 intermittent hard app crash #125 maybe app became unresponsive during test #89
  3. Even after removing a bunch of expensive calls (open apc, gone as per remove openAPC #106), we're still darn slow speed up requests #133 so this bites.

Reasons why this was blocked so far, and may still be are listed in #136.

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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant