maxmoon That would be publishing scheduled drafts once their time has arrived.
You should keep the cron job running every minute. The schedule:run
command already handles how often the registered schedules by extensions are ran - for example, drafts does have its schedule run every minute, but all it does is retrieve the drafts whose scheduled time has passed, publishes them, and deletes the draft.
Other extensions may have stuff configured for other intervals. The schedule:run
command takes care of that for you, alongside the extension's code. For example, fof/open-collective
has its command run every hour instead.