Method: SDM::NodeMaintenanceWindow#cron_schedule

Defined in:
lib/models/porcelain.rb

#cron_scheduleObject

Cron job syntax for when this maintenance window is active. On this schedule, associated nodes will restart if requested, provided other checks allow the restart to proceed. Times are represented in UTC. e.g. * 7 * * 0,6 to check for a restart at every minute from 7:00 to 8:00 UTC on Sunday and Saturday. Not all possible inputs are supported: the month and day of month selections must be '*'.



11633
11634
11635
# File 'lib/models/porcelain.rb', line 11633

def cron_schedule
  @cron_schedule
end