📄️ Vertical - Machine Types and GPUs
You can specify the size of the machine that runs the target environment of an isolated function. This is done using the machinetype argument. The following options are available for the machinetype argument:
📄️ Horizontal - Managing Concurrency
Isolated functions in Python, decorated with the @isolated decorator, have a convenient submit method that allows you to run the function as an asynchronous task. When you call the submit method, the isolated function returns an instance of the Future class from the concurrent.futures module.