Was playing around with the cron attribute, and found out that it parses expressions in seconds minutes hours ... instead of minutes hours .... I can see here that the Coder Agent is configured to run this way
Would be nice to get this documented as I was expecting my script to run every 5 minutes with this cron expression, but instead it was running every 5 seconds. It also conflicts with my understanding of other cron settings on Coder such as CODER_QUIET_HOURS_DEFAULT_SCHEDULE, which ingests an expression following the minutes hours ... format.