When to use this
Use */5 for polling that tolerates up to five minutes of delay: checking a queue, pulling a feed, refreshing a cache, running a health check. Anything that must react faster needs a long-running process or a scheduler with a seconds field, because cron cannot go below one minute.
This page is a focused view of theCron Expression Generator & Explainer, which has the full set of options.
