def process_resources()

in adjust_schedule_function/lib/processors/autoscaling.py [0:0]


    def process_resources(self):
        changes = []

        asgs = self._asg_service.get_asgs()
        for asg in asgs:
            changes = changes + self._process_asg(asg)

        return changes