abennici / StockMonitoringTool

1 stars 3 forks source link

all methods VRE: run time notification #52

Closed aenieblas closed 3 years ago

aenieblas commented 3 years ago

Provide an estimated time for starting as the method is being run (e.g., "The application is starting, the default run takes approximately 30 seconds”)

Approximate run times on the VRE: CMSY 1-2 m Elefan GA 30 - 60s Elefan SA - 1m 30s Elefan 2-4 m

eblondel commented 3 years ago

I believe this relates to #46 somehow...

aenieblas commented 3 years ago

yes, this was the comment that i suggested we follow up with instead of the progress bar, but the run times are only relevant for the sample dataset and default parameters. As we decided in the meeting just before, we would stick with the comment that the process may take some time, and then cutoff the method at 10 min as is is now

eblondel commented 3 years ago

Ok on my side I will investigate how a real progress bar could be set-up with methods of an external package. This is a general need we have with functions called in shiny which processing may take some time. I did something in the past, but the major difference is that all the R code was within the shiny app, not in a remote package