powered by
Starts an interactive Shiny application to monitor task progress and runtime statistics for taskqueue projects.
shiny_app()
Does not return while the app is running. Stops when the app is closed.
The Shiny app provides:
Project selector dropdown
Real-time task status table (updates every 5 seconds)
Runtime distribution histogram for completed tasks
Useful for monitoring long-running projects and identifying performance issues.
project_status, task_status
project_status
task_status
if (FALSE) { # Not run: # Launch monitoring app shiny_app() }
Run the code above in your browser using DataLab