Appsilon / shiny.worker

Intra-session reactivity in Shiny
https://appsilon.github.io/shiny.worker/
Other
61 stars 5 forks source link

[Feature]: restore job registry in new shiny session #17

Open Tazovsky opened 2 years ago

Tazovsky commented 2 years ago

Guidelines

Description

As a user I'd like to schedule job with shiny.worker, close the app, have it done in the background, open app after some time and reuse results.

Problem

No

Proposed Solution

keep process running in the background and keep job registry on disk.

Alternatives Considered

No.