flâneur — a map of the web's best reading

Compute resources - Mage

docs.mage.ai · 330 words · saved by 1 readers

Follow the instructions in this doc to deploy Mage tool to production environment. When running the Mage tool in production, you can customize the compute resource in the following ways: Mage web serivce is responsbile for running Mage web backend, scheduler service and local block executions. You can customize the CPU and memory of the Mage web service by updating the Terraform variables and then running terraform apply Mage provides multiple executors to execute blocks. Here are the available executor types: Set executor type for all blocks: Mage uses local_python executor type by default. If you want to specify another executor_type as the default executor type for blocks, you can set the environment variable DEFAULT_EXECUTOR_TYPE to one executor type mentioned above. Set executor type for all blocks in a pipeline: You can set the executor type for all the blocks in a pipeline by specifying the executor_type at pipeline level. Force local python executor: If you want to use local_py

Explore this link on the map →

saved by