Hi,
The UI displays the correct schedule when using the hash for day-of-week.
However, I cannot save the schedule, and pushing via blueprint causes the blueprint to fail.
Failed to parse int from 3#1: strconv.Atoi: parsing "3#1": invalid syntax
Hi,
The UI displays the correct schedule when using the hash for day-of-week.
However, I cannot save the schedule, and pushing via blueprint causes the blueprint to fail.
Failed to parse int from 3#1: strconv.Atoi: parsing "3#1": invalid syntax
There are a lot of “bespoke” additions in Cron implementations that we don’t support. The rule of thumb are, given the reference that Cron configurations link to ( cron - Wikipedia ), if anything works “only in some implementations”, it probably doesn’t work on Render.
There are two alternatives here:
0 8 * * 3
.