Skip to main content
Usage: fal queue [-h] command ...

Manage application queues.

Options:
  -h, --help  show this help message and exit

Commands:
  command
    size      Get queue size for an application.
    flush     Flush all pending requests in an application queue.

Size

Usage: fal queue size [-h] [--output {pretty,json}] [--json] [--team TEAM] app_name

Get queue size for an application.

Positional Arguments:
  app_name              Application name (do not prefix with owner).

Options:
  -h, --help            show this help message and exit
  --team TEAM           The team to use.

Output:
  --output {pretty,json}
                        Modify the command output
  --json                Output in JSON format (same as --output json)

Flush

Usage: fal queue flush [-h] [--team TEAM] app_name

Flush all pending requests in an application queue.

Positional Arguments:
  app_name     Application name.

Options:
  -h, --help   show this help message and exit
  --team TEAM  The team to use.