I've restarted atomic-server on https://atomicdata.dev for a couple of times now. This appeared after updating actix to v4. I thought the shutdowns / crashes had something to do with the HTTP Issue #240 (as these were the only errors / warnings in the logs), but we still have shutdowns.
I'll try logging at a more verbose level. ./atomic-server --log-level trace &> log-30.3-2
Update
- It was an out of memory issue, which could indicate a memory leak, but it only happened on very low-end hardware (512MB ram), so it could also mean the app was just too much for the server.