You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is noted that it is possible to update the MinCount parameter of a queue without stopping the compute fleet so that all jobs or VDI would still be running for users to be able to submit their jobs. As explained in this documentation, the QueueUpdatestrategy must be set to TERMINATE when decreasing the MinCount/MaxCount but is not needed when increasing the MinCount/MaxCount as well as in other cases such as adding of new queues to Scheduling/SlurmQueues and adding new compute resources Scheduling/SlurmQueues/ComputeResources to a queue.
Creating this feature request for a way to trigger the process directly from the headnode without having to install pcluster on the headnode to be able to monitor the queues, and automatically trigger the update based on custom rules (with the only parameter that would need to be updated being MinCount) as I understand that this is not possible at the moment.
Are there any workarounds to achieve the above or would such automation be implemented with a Lambda calling the ParallelCluster API?
The text was updated successfully, but these errors were encountered:
It is noted that it is possible to update the MinCount parameter of a queue without stopping the compute fleet so that all jobs or VDI would still be running for users to be able to submit their jobs. As explained in this documentation, the QueueUpdatestrategy must be set to TERMINATE when decreasing the MinCount/MaxCount but is not needed when increasing the MinCount/MaxCount as well as in other cases such as adding of new queues to Scheduling/SlurmQueues and adding new compute resources Scheduling/SlurmQueues/ComputeResources to a queue.
Creating this feature request for a way to trigger the process directly from the headnode without having to install pcluster on the headnode to be able to monitor the queues, and automatically trigger the update based on custom rules (with the only parameter that would need to be updated being MinCount) as I understand that this is not possible at the moment.
Are there any workarounds to achieve the above or would such automation be implemented with a Lambda calling the ParallelCluster API?
The text was updated successfully, but these errors were encountered: