The schedules are used to create and run a job periodically, written in Cron format.
If the schedule format is invalid, the cronjob will not be created, so no pgBadger report will be created and uploaded.
Example)
pgBadger:
schedules:
cleanup: '10 * * * *'
create: '50 * * * *'