You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual cron format needs to be documented. I think the cron spec for Chaos Mesh starts with minutes and includes the optional 'day of week' field, but this should be documented.
Document that all schedules are in UTC. This limitation is quite important, because it means something like setting up chaos only during business hours becomes non trivial, because cron schedules can't 'wrap' over midnight, so 9am to 5pm in your local time might have to be configured as two separate scheduled bits of chaos when converted to UTC.
The text was updated successfully, but these errors were encountered:
Currently, the PodChaos docs page links off to https://pkg.go.dev/github.com/robfig/cron?utm_source=godoc for information about the cron format. There are a couple of issues with this:
The text was updated successfully, but these errors were encountered: