Skip to content

add query param to cache burst#94

Merged
raghunandangupta1992 merged 3 commits intomainfrom
s3-signature-cache-burst
Apr 14, 2026
Merged

add query param to cache burst#94
raghunandangupta1992 merged 3 commits intomainfrom
s3-signature-cache-burst

Conversation

@supthefuhrer2
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/templateUtils.tsx
}}
>
{docProfile?.profile?.professional?.signature && (
{renderPdfConfig?.show_signature && docProfile?.profile?.professional?.signature && (
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break current behaviour?

@raghunandangupta1992 raghunandangupta1992 merged commit 8100bee into main Apr 14, 2026
1 check passed
Comment thread src/templateUtils.tsx
src={
docProfile?.profile?.professional?.signature
}
src={docProfile?.profile?.professional?.signature + `?t=${new Date().getTime()}`}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should remove this, once invalidation is in place. Because this will increase the s3 reads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants