There is 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-cacb76f9-6a27-4ea7-8b0b-719e329738ad JIRA-58 Open

Failing to render the jira macro results from time to time

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-1a6cf602-6926-4691-bf5b-27bc09e193ab Vincent Massol on 06/Aug/25 13:42
 

Comment from Michael Hamann :

> Anything that's async is stored in a cache for a short time. And when that cache is full or doesn't store the item because it thinks (based on some approximation) that it's not accessed frequently, you'll get those errors.
> To me the proper fix is not to use a cache for storing async items but a data structure that has more reliable storage.