ErrLookup › javan/whenever
javan/whenever
Cron jobs in Ruby · Ruby · 15 source files
Analyzed at 756163ed1a on 2026-08-21. 10 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| :command, :path, & :flags are required | exception | error | ruby, capistrano, deployment, cron, argumenterror |
| You cannot specify an ':at' when using the shortcuts for tim | exception | error | ruby, cron, scheduling, argumenterror, dsl |
| Time must be in minutes or higher | exception | error | ruby, cron, scheduling, granularity, argumenterror |
| Couldn't parse: #{@time.inspect} | exception | error | ruby, cron, scheduling, dsl, argumenterror, time-parsing |
| #{must_be_between}, #{at.min} given | exception | error | ruby, cron, scheduling, range-validation, argumenterror |
| #{must_be_between}, #{at.max} given | exception | error | ruby, cron, scheduling, range-validation, argumenterror |
| #{must_be_between}, #{at} given | exception | error | ruby, cron, scheduling, value-validation, argumenterror |
| [fail] Can't find file: #{@options[:file]} | console | error | ruby, cli, cron, file-not-found, whenever |
| [fail] Can only update, write or clear. Choose one. | console | error | ruby, cli, cron, mutually-exclusive, option-validation |
| [fail] Can't cut negative lines from the crontab #{options[: | console | warning | ruby, cli, cron, input-validation, dead-code |