Skip to content

Flower does not display full Celery task input/output when values are large or nested #1443

@1hemmem

Description

@1hemmem

Description / Context:

Flower is an excellent dashboard for monitoring Celery, but I'm running into an issue where it truncates or hides full task input arguments and/or return values, especially when they're large dictionaries, long nested data, or deeply nested JSON. This makes debugging and auditing difficult.

Steps to Reproduce:

  1. Define a Celery task that receives or returns a large or deeply nested dict/JSON.
  2. Launch Flower and invoke the task with that payload.
  3. Observe the Task Details view—look at the “Arguments” and “Return Value” fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions