celery
celery copied to clipboard
Show full value of args
Checklist
- [x] I have checked the issues list for similar or identical enhancement to an existing feature.
- [x] I have checked the pull requests list for existing proposed enhancements.
- [x] I have checked the commit log to find out if the if the same enhancement was already implemented in the master branch.
- [x] I have included all related issues and possible duplicate issues in this issue (If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
- None
Possible Duplicates
- None
Brief Summary
It would be nice to see full value of args and kwargs.
Design
Architectural Considerations
None
Proposed Behavior
Currently nested objects are shown with ellipsis, e.g.:
[{'things': [{...}, {...}], 'name': 'ABC', 'other_things': [{...}, {...}], 'fine_print': False}, 'some_value', 'dev']
Proposed UI/UX
It would be helpful to see the full value, either by expanding the ellipsis (...) or by including a link to the full value. The use case: the arg is a request body that gets shipped to a worker. In order to match a particular request with the worker, it is necessary to know the full request value.
Diagrams
N/A
Alternatives
None
Hey @stolpovsky :wave:, Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us - every little helps!
We also offer priority support for our sponsors. If you require immediate assistance please consider sponsoring us.
you can come with a proposed enhancement PR
I also encountered this problem. Is there a solution at present?