in services/jobs/fetch_resources/main.py [0:0]
def main(app_config: dict):
"""
Starts the cloud task consumer server and initiates the data transfer
process.
"""
controller = TransferController(app_config)
controller.start_transfer()