[GH-ISSUE #186] Large payloads cause crash in Chrome #393

Closed
opened 2026-03-07 22:15:01 +03:00 by kerem · 2 comments
Owner

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.

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.
kerem closed this issue 2026-03-07 22:15:01 +03:00
Author
Owner

@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.

<!-- gh-comment-id:947256821 --> @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.
Author
Owner

@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: BXB795LL

This might cause any full preview for the payload to get angry.

<!-- gh-comment-id:947556790 --> @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: ```BXB795LL``` This might cause any full preview for the payload to get angry.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#393
No description provided.