MetaFlow permits you to set the maximum number of concurrent tasks using the --max-workers
CLI flag (ref: https://docs.metaflow.org/metaflow/scaling#safeguard-flags). However, I would like to avoid setting this every time.
Is it possible to set the --max-workers
flag from the Python definition of the FlowSpec (without the CLI)?