Feature #8018
Updated by Peter Amstutz about 8 years ago
When a container goes into cancelled state, create a new duplicate container when these conditions are met by at least one container request:
* request is in "committed" state (not uncommitted or finalized)
* request has priority > 0
* request container_count < container_count_max
Add a new column, container_count. Each time a new container is assigned to a committed container request, increment container_count.