Hi,
I have been snooping around the Open Studio Server repo (https://github.com/NREL/OpenStudio-server) trying to figure out how jobs are scheduled on AWS ECS but cannot seem to find anything related to job scheduling. I can see there are 3 queues being used to schedule jobs but cannot see how these jobs are transferred to the correct nodes or how the order/machines on which jobs are run is decided.
Also is my understanding correct that the lower level orchestration of containers is done using docker-compose only and not any kubernetes?
Thanks in advance for anyone's help.
PS: apologies if this is a daft question... I just don't read Ruby or R very well as I'm more python/js/go focused.