An open API service indexing awesome lists of open source software.

https://github.com/shilpakancharla/cronjob_weeds3d


https://github.com/shilpakancharla/cronjob_weeds3d

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### cron Job I

Check the Azure Storage container for recent uploads at the specifie date. Write the name of the file unprocessed file to the text file. Specifically, run the `capture_blob.py` script.

### cron Job II

Check the text file to grab the name of the blob. Run this blob through the process. Once processed, delete the name from the file. Specifically, run the `event_process.py` script.