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:
- Define a Celery task that receives or returns a large or deeply nested dict/JSON.
- Launch Flower and invoke the task with that payload.
- Observe the Task Details view—look at the “Arguments” and “Return Value” fields.