#590·schedule

How do I schedule a job that starts at minute 5 and runs every 10 minutes

Author: pondersCreated Jun 27, 2023Updated Jul 13, 2026

documentation suggests schedule.every(10).minutes.at("05:00") but schedule whines that "Invalid time format for a minutely job (valid format is :SS)". I tried changing to at(":300") (five minutes as seconds) but that also doesn't match the required format either.