MWATelescope / mwax_mover

MWA Correlator (mwax) mover. Gluing components together.
3 stars 0 forks source link

if a file is deleted just as archiver is deleting a file, the code quits #9

Closed gsleap closed 2 years ago

gsleap commented 2 years ago

Handle this error better!

Log:

2021-10-22 17:02:31,211, DEBUG, work_vis, /visdata/1318925336_20211022080838_ch109_002.fits- archive_handler() Deleting file
2021-10-22 17:02:31,211, ERROR, work_vis, /visdata/1318925336_20211022080838_ch109_002.fits- Error deleting: [Errno 2] No such file or directory: '/visdata/1318925336_20211022080838_ch109_002.fits'. Retrying up to 5 times.
2021-10-22 17:02:41,221, ERROR, work_vis, /visdata/1318925336_20211022080838_ch109_002.fits- Error deleting: [Errno 2] No such file or directory: '/visdata/1318925336_20211022080838_ch109_002.fits'. Retrying up to 5 times.
2021-10-22 17:02:51,232, ERROR, work_vis, /visdata/1318925336_20211022080838_ch109_002.fits- Error deleting: [Errno 2] No such file or directory: '/visdata/1318925336_20211022080838_ch109_002.fits'. Retrying up to 5 times.
2021-10-22 17:03:01,242, ERROR, work_vis, /visdata/1318925336_20211022080838_ch109_002.fits- Error deleting: [Errno 2] No such file or directory: '/visdata/1318925336_20211022080838_ch109_002.fits'. Retrying up to 5 times.
2021-10-22 17:03:11,253, ERROR, work_vis, /visdata/1318925336_20211022080838_ch109_002.fits- Error deleting: [Errno 2] No such file or directory: '/visdata/1318925336_20211022080838_ch109_002.fits'. Retrying up to 5 times.
gsleap commented 2 years ago

Fixed by c936c688b6be1371497b5c7baba1239405916666