jefmathiot / electric_sheep

A simple network backup system
http://electricsheep.io
MIT License
19 stars 5 forks source link

Support multiple schedules for the same job #10

Closed jefmathiot closed 9 years ago

jefmathiot commented 9 years ago

This feature would allow one to assign several schedule to the same job and increase the overall flexibility:

job "I-love-my-job" do
  schedule "daily", at: "01:00"
  schedule "daily", at: "07:00"
  schedule "weekly", on: "monday", at: "01:30"
end

See #7.

duckmole commented 9 years ago

Close after review