Skip to content

Commit

Permalink
Add an example for tasks_columns option
Browse files Browse the repository at this point in the history
  • Loading branch information
mher committed Jun 17, 2023
1 parent 071da89 commit b3219ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@ Available columns are:
- `expires`
- `eta`

Example::

$ celery flower --tasks-columns='name,uuid,state,args,kwargs,result,received,started,runtime,worker,retries,revoked,exception,expires,eta'

In the above example, all available columns are displayed.

.. _url_prefix:

url_prefix
Expand Down

0 comments on commit b3219ae

Please sign in to comment.