prefect.cli.task
serve
entrypoints
: List of strings representing the paths to one or more
tasks. Each path should be in the format
./path/to/file.py\:task_func_name
.module
: The module(s) to import the task definitions from.limit
: The maximum number of tasks that can be run concurrently. Defaults to 10.