Continue calculations after application or session ends

Hi

I have a shiny app which initializes a lengthy process. The process is started when the user clicks a button, and I would like the process to continue irrespective if client ends the session or closes the browser.

I could start a second R process to do the calculations, but can I start it detached from the shiny session?

Is there a better way of starting that process and to let it continue until it is finished?

Rainer

I havent tried it myself but this might be a usecase for https://www.rplumber.io/

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.