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
to verify: I think some tasks might be non-recoverable if interrupted. For example, fetching a track on Spotify is supposed to then fetch the album and artist and won't ever do so if interrupted after the track.
If there are cases like this, we should listen for sigint or other termination signals and store some recoverable state in database before exiting.
The text was updated successfully, but these errors were encountered:
Sheraff
changed the title
handle SIGINT to store long-running tasks
handle SIGINT / SIGTERM to store long-running tasks
Dec 3, 2022
to verify: I think some tasks might be non-recoverable if interrupted. For example, fetching a track on Spotify is supposed to then fetch the album and artist and won't ever do so if interrupted after the track.
If there are cases like this, we should listen for sigint or other termination signals and store some recoverable state in database before exiting.
The text was updated successfully, but these errors were encountered: