Tool Hub

Analisador Cron

Traduz expressões cron para linguagem natural e próximos horários

Cron é uma notação padrão de agendamento para executar tarefas automaticamente em horários específicos em um servidor (ex. scripts de backup, envio de relatórios, limpeza de cache). A expressão de cinco campos (minuto · hora · dia · mês · dia da semana) é interpretada em linguagem natural e nos próximos horários de execução.

min (0-59) · hour (0-23) · dom (1-31) · month (1-12) · dow (0-7)

Agendamento

09:xx, minute 0, weekday 1-5

Next 5 runs (local time)
Jun 25, 2026, 9:00 AM
Jun 26, 2026, 9:00 AM
Jun 29, 2026, 9:00 AM
Jun 30, 2026, 9:00 AM
Jul 1, 2026, 9:00 AM

Veja também: Cron Builder

Como usar

  1. Type a five-field cron expression (minute, hour, day-of-month, month, day-of-week).
  2. The tool translates each field into a plain-English description of the schedule.
  3. A preview lists the next N run times so you can confirm the timing is what you expect.
  4. Adjust the fields and the explanation and run times update immediately.

Exemplos

  • The expression 0 9 * * 1-5 is explained as "At 09:00, Monday through Friday" and the next runs list weekday mornings only.
  • The expression */15 * * * * is read as "Every 15 minutes" and shows the next fire times 15 minutes apart.

Verifique as saídas antes de usar em produção. Sem garantia — veja Termos.