There may be occasions when a singe cron expression cannot control the display of the mirror at the desired times.
To accommodate this, the module_schedule options could be modified to support and array
e.g.
module_schedule: [{from: '30 9 * * SAT', to: '30 22 * * SUN'}, {from: '0 20 * * 2-3', to: '0 23 * * 2-3'}],
There may be occasions when a singe cron expression cannot control the display of the mirror at the desired times.
To accommodate this, the
module_schedule
options could be modified to support and array e.g.module_schedule: [{from: '30 9 * * SAT', to: '30 22 * * SUN'}, {from: '0 20 * * 2-3', to: '0 23 * * 2-3'}],