Module Values.ServiceJobPreemptionConfigurationSource

Specifies the service job behavior when preempted.

Sourcetype nonrec t = {
  1. preemptionRetriesBeforeTermination : Integer.t option;
    (*

    The number of times a service job can be retried after it is preempted. A job will be terminated when preemption retries have been exhausted. If this field is unset, preempted jobs will be requeued an unlimited number of times.

    *)
}
Sourceval make : ?preemptionRetriesBeforeTermination:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t