https://github.com/shilpakancharla/cronjob_weeds3d
https://github.com/shilpakancharla/cronjob_weeds3d
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shilpakancharla/cronjob_weeds3d
- Owner: shilpakancharla
- Created: 2021-06-07T19:21:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T21:31:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T22:49:27.425Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.