mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #186] Large payloads cause crash in Chrome #45
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zeroallox on GitHub (Oct 19, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/186
Hello,
When jobs contain large payloads, the preview causes the page to crash.
https://i.imgur.com/iA5G3zH.png
Is it possible to hide this column or view the preview in a separate window / download it as a text file?
This library is amazing BTW. Thank you for creating and maintaining it.
@hibiken commented on GitHub (Oct 20, 2021):
@zeroallox thank you for creating an issue!
We should truncate the payload displayed on the page you've shown in the image. I'll find a sensible default bytes size for the threshold and make it customizable via a flag. We should be able to have a larger value for the threshold for the task details page (the page you can navigate to by clicking on one of the rows), or not limit at all for the details page.
@zeroallox commented on GitHub (Oct 20, 2021):
That sounds great!
Simply for context, my payloads for this job can contain up to 23K 8-character strings:
Example:
BXB795LLThis might cause any full preview for the payload to get angry.