Open hohonuuli opened 7 months ago
This app looks for new imageset uploads and updates the database that a notification has been sent and then sends a notification. I've deployed it on quasar.shore.mbari.org to run every 30 minutes via cron. The cron entry is:
# every 30 minutes scan for new image packages and notify users
*/30 * * * * docker rm fv4 > /dev/null 2>&1; docker run --name fv4 mbari/fathomnet-support upload-scanner -a <api key > /u/brian/Library/Logs/quasar-upload-scanner.log 2>&1
This is stage 1 of the pipeline (with stage 2 being the periodic migration from MSU to NOAA).
Status
quasar.shore.mbari.org
under my account every hour to look for new packages that have been unpacked on NCEI.TODO
Notes
Links to related issues: #136, #137, #139, #141, #165, fathomnet-support pull request 6,