Replies: 2 comments
-
The full repo is here https://github.com/nptscot/npt |
Beta Was this translation helpful? Give feedback.
-
@mem48, several hours is a long time to run a session of a Shiny app. Unless you are actively looking at the screen, you can safely close In the future, before assuming there is a bug in |
Beta Was this translation helpful? Give feedback.
-
Prework
Bug
I have a long-running build (about 24 hours) that I use
tar_watch(seconds = 60, targets_only = TRUE)
to monitor. For the first few hours everything works as expected but then the web browser times out. It stays permanently greyed out with the pulsing circle in the top left. The same thing happens when it updates every 60 seconds, except in this case it never updates.I get a warning in the browser console
Fortunately, the actual build continues as normal. But it would be nice to have the web UI for the whole build.
My build process is
R.Version
Browser
Firefox 120.0.1 (64 Bit)
Beta Was this translation helpful? Give feedback.
All reactions