You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RStudio offerst a job pane where you can run processing in the background without blocking the console. Also status updates can be followed. This feature can be capitalized upon for querrying the job status on the backend automatically while keeping the console free for further developing in the meanwhile.
Dependencies
Links
Priority
Medium
Impact
Medium
This is a feature request to mimic the a "local" process when executing a UDP on a back-end. The "rstudioapi" offers functions to run scripts and list them as jobs: https://rdrr.io/cran/rstudioapi/man/jobRunScript.html. The idea here is to prepare a script for a job, that simply polls the back-end every x seconds to get the job status. The rstudioapi even offers the possibility to state status updates.
The text was updated successfully, but these errors were encountered:
compute_results (waiting for the results to be directly available, needs to save the data as file)
start_job (active polling for results)
download_results (most benefical if the backends download speed is low)
maybe also for the upcoming get_sample to check a very smallsubset of data, but I'm not sure, because the data needs to be very small in size and should be processed and returned rather quickly
This is a feature request to mimic the a "local" process when executing a UDP on a back-end. The "rstudioapi" offers functions to run scripts and list them as jobs: https://rdrr.io/cran/rstudioapi/man/jobRunScript.html. The idea here is to prepare a script for a job, that simply polls the back-end every x seconds to get the job status. The rstudioapi even offers the possibility to state status updates.
The text was updated successfully, but these errors were encountered: