1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add loadtest used by jcheng for user_app load testing More... almost 12 years ago
Better keepalive behavior More... almost 12 years ago
Fix EMFILE errors by killing keepalive More... almost 12 years ago
Update to latest Q API, rely on scheduler to store appSpec. More... almost 12 years ago
Fix pass-by-reference bug when restarting an app. More... almost 12 years ago
Merge remote-tracking branch 'rstudio/master' More... almost 12 years ago
Pass entire appSpec to scheduler. More... almost 12 years ago
Fix thousands of wsclient.onclose messages More... almost 12 years ago
Refactor to avoid having to emit an event on process directly. Closes #33. More... almost 12 years ago
Use graceful-fs in fsutil. More... almost 12 years ago
Gracefully handle 503s on web sockets, fixed generic HTTP bug. More... almost 12 years ago
Only track WS connections when throttling. More... almost 12 years ago
Support limitless simple scheduler and make default. More... almost 12 years ago
Implemented test for the initial creation of a scheduler. More... almost 12 years ago
Added future test. More... almost 12 years ago
Updated tests to accomodate Scheduler refactoring. More... almost 12 years ago
Kill a single R process, not the process group. Better compat. on Debian. More... almost 12 years ago
Track the PID of the leaf R process in the app worker for easier process management. More... almost 12 years ago
Created setting to manage whether or not to enable local app overrides. More... almost 12 years ago
Fire events on the termination of the last worker in a scheduler. Prevent memory leaks in scheduler registry and config router. More... almost 12 years ago
Infinitely cache the supplemented appSpec. More... almost 12 years ago
Privitize the AppSpec class and de-staticize the functions so we can leverage an internal cache in that class. More... almost 12 years ago
Begin worker timeout at startup in case there are no connections to a worker. More... almost 12 years ago
Added 503 Velvet Rope. Closes #29. More... almost 12 years ago
Check for non-existent schedulers before addressing. More... almost 12 years ago
Cache templates in memory. As long as we're concerned about hitting the EMFILE limit, we'll want to reserve as many connections as we can for concurrent websockets. Caching may help avoid a crash on repetitive 404 requests coming in. More... almost 12 years ago
Fix #26: downloadHandler doesn't work well with text/html content type More... almost 12 years ago
Extract the JSON from local .shiny_app.conf file before passing it on. More... about 12 years ago
Updated tests and merge local app config with global config. More... about 12 years ago
Provide an opportunity for the config-router to modify the appSpec based on any local app configurations. More... about 12 years ago