Casper-Guo / Armchair-Strategist

Strategy dashboard for all F1 races since 2018
https://armchair-strategist.dev/
Apache License 2.0
44 stars 2 forks source link

Bash scripts for checking and restarting server #70

Closed Casper-Guo closed 1 month ago

Casper-Guo commented 1 month ago
  1. The gunicorn server is currently stopped if any exception occurs during automated jobs. In most cases it is safe to restart the server with older data
  2. In case that something unexpected happen and the server is stopped, it is useful to periodically check and restart the server.