A task config takes various parameters as input, in this example, we will see how to use or input all these parameters in detail.
requirements_path
parameter in image section of task config to install libraries mentioned in requirements files. Make sure that this file path is relative to the root directory.apt_packages
parameter.retries
argument in the @task
decorator as seen in above example.A task config takes various parameters as input, in this example, we will see how to use or input all these parameters in detail.
requirements_path
parameter in image section of task config to install libraries mentioned in requirements files. Make sure that this file path is relative to the root directory.apt_packages
parameter.retries
argument in the @task
decorator as seen in above example.