Let's make any scheduled ocr and translation jobs take place on github actions!
The workflow could be something like:
- build a docker container
- connect to the appropriate database url
- run whichever management command needed
- report results
Here's github's docs on running python