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
Related to #3, it could be good to have zero downtime deploys where the second Java process gets brought up online before shutting down the first one. Possibly could use Nginx to switch between them. However there were issues in the past with running multiple processes against a single sqlite db, so this might not be a good idea in the short term.
The text was updated successfully, but these errors were encountered:
Related to #3, it could be good to have zero downtime deploys where the second Java process gets brought up online before shutting down the first one. Possibly could use Nginx to switch between them. However there were issues in the past with running multiple processes against a single sqlite db, so this might not be a good idea in the short term.
The text was updated successfully, but these errors were encountered: