desihub / desinightlog

DESI Night Log webapp for observers
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Handling Out of Disk Errors (and other 'failure to create log' errors) #12

Closed jalasker closed 1 year ago

jalasker commented 1 year ago

On Dec. 31, 2022, the disks on the KPNO computers were filled up by the creation of some of the initial nightlog files. Once the issue with disk space was resolved, the log was unable to handle the fact that not all of the nightlog files were created and repeatedly failed to add entries with errors from pandas stating that there were "No columns to parse from file."

Solve issue by Adding a try/except block to handle out of disk space errors and no columns to parse errors.

jalasker commented 1 year ago

14