OpenTreeOfLife / germinator

miscellaneous scripts and data for concerns that span more than one of the Open Tree code repositories: integration tests, system statistics, etc.
BSD 2-Clause "Simplified" License
21 stars 7 forks source link

Restore web2py session sweepers #151

Closed jimallman closed 4 years ago

jimallman commented 4 years ago

I realized a couple of problems that caused these to hang the push script. (Despite the nohub command, stdout and stderr were both holding onto the calling shell, so these are now diverted to log files in /home/admin (and eventually to /dev/null).

These are deployed and working now on devtree. Note that the webapp-sweeper.log file is very slow to record messages, but I believe it's working as expected.

Addresses https://github.com/OpenTreeOfLife/opentree/issues/845