153 | | * `CE_STATUS` : indicate the desired status of the CE. Can be `Production`, `Queuing`, `Draining` and `Closed`. All the necessary actions are taken to set the CE in the requested status. Default status is `Production`. |
| 153 | * `CE_STATUS` : indicate the desired status of the CE. Can be `Production`, `Queuing`, `Draining` and `Closed`. All the necessary actions are taken to set the CE in the requested status. Default status (if variable is not specified) is `Production`. This variable can be used in conjunction to [WN_ATTRS] to drain queues and/or nodes. The meaning of each state is : |
| 154 | * `Production` : this is the normal state. CE receives and processes jobs. |
| 155 | * `Draining` : CE doesn't accept new jobs but continues to execute jobs queued (as long as they are WNs available to execute them). |
| 156 | * `Closed` : CE doesn't accept new jobs and jobs already queued are not executed. Only running jobs can complete. |
| 157 | * `Queuing` : CE accepts new jobs but will not execute them. |
| 158 | |
| 159 | |