Command line usage#
By default Quart-Tasks runs whilst the app is serving requests. This is not required and Quart-Tasks can run standalone via the command,
quart run-tasks
This command also accepts an optional task name argument if you only want to run a specific task.
To invoke a task, called task_name so that it runs immediately,
quart invoke-task task_name
Alternatively a list of what tasks have been registered can be shown via the command,
quart list-tasks