Skip to content

Add scheduling_order service attribute

ale requested to merge scheduling_order into master

The attribute allows one to add services to a configuration with minimal disruption of the existing services, by setting scheduling_order to increasing values. The new service will then be scheduled after the existing ones, preventing reschedules.

Merge request reports