Compute the order of priority to run a list of configurations
run_order(
confs,
ignore_status = c("running", "finished", "error"),
delay_reruns = TRUE
)
list
. List of conf tables.
character
(c("running", "finished", "error")). Status to be ignored when launching tasks.
boolean
(TRUE). When "running", "finished" or "error" are not in ignore_status, use the date of the last run instead of
the date of creation of the task to compute the order of (re)run for these tasks. The priority still applies.
the order of priority of the given confs according to their priority argument and date of creation.
The order is determined first by the priority and then by the date of creation of the task.