Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira orgs/projects accumulating size in global storage #3886

Closed
axosoft-ramint opened this issue Dec 18, 2024 · 0 comments · Fixed by #3887
Closed

Jira orgs/projects accumulating size in global storage #3886

axosoft-ramint opened this issue Dec 18, 2024 · 0 comments · Fixed by #3887
Assignees
Labels
area-integrations Issues or features related to integrations bug Something isn't working verified ✔ Verified
Milestone

Comments

@axosoft-ramint
Copy link
Contributor

We store a cache of your Jira orgs and projects in global storage so that we don't need to fetch them on every session. The issue is that we key these with your access token, and Jira tokens expire/refresh hourly, so we're storing redundantly and accumulating in global storage. Solution would be to flush all jira-prefixed stuff in global storage before storing the new ones

@axosoft-ramint axosoft-ramint added this to the 16.1 milestone Dec 18, 2024
@axosoft-ramint axosoft-ramint self-assigned this Dec 18, 2024
@axosoft-ramint axosoft-ramint added area-integrations Issues or features related to integrations bug Something isn't working labels Dec 18, 2024
@axosoft-ramint axosoft-ramint added pending-release Resolved but not yet released to the stable edition verified ✔ Verified labels Dec 18, 2024
@d13 d13 removed the pending-release Resolved but not yet released to the stable edition label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues or features related to integrations bug Something isn't working verified ✔ Verified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants