Crontabs
Each Deserted Chateau webserver should have the following added to the root crontab:
# Add the below lines to your Bitnami LAMP server's root crontab.
# These lines should be added to ALL servers, including the primary cronjob server.
# Delete temporary server uploads.
0 1 * * * /opt/bitnami/apache/htdocs/src/Cronjobs/DeleteTempUploads.sh >> /opt/bitnami/apache/htdocs/logs/cronexlogs/DeleteTempUploads.log 2>&1
Most other scheduled tasks are done serverlessly via AWS EventBridge, which triggers AWS Lambda functions.