Skip to content

Fix: Caching Related Bugs#775

Open
jjoderis wants to merge 4 commits into
mainfrom
fix/caching-related-bugs
Open

Fix: Caching Related Bugs#775
jjoderis wants to merge 4 commits into
mainfrom
fix/caching-related-bugs

Conversation

@jjoderis

Copy link
Copy Markdown
Contributor

Summary

Fixed some problems with cached data being served after a user has triggered a change from the frontend. In some cases the page would refresh but the newly fetched data would still be served from the cache resulting in no changes in the UI even though the changes made by the user should result in changes.

Details

  • fixed: when a user deploys a process the process might not be shown on the resulting page refresh
  • fixed: when a user removes a deployment the process might not be removed from the executions UI on the resulting page refresh
  • fixed: when a user starts an instance the instance selection menu might show the instance' id instead of human readable data because the correct data is not instantly returned by the backend
  • fixed: when a user submits a user task the submit might succeed but the UI might take a while to actually show that the task has been completed

jjoderis added 3 commits June 25, 2026 13:33
…refresh might return previously cached data so the UI does not reflect the change
…view might show its id because the newly fetched data is still from the cache
…e delayed because the newest data is not instantly returned due to caching
@github-actions

This comment has been minimized.

canptura
canptura previously approved these changes Jun 26, 2026
@github-actions

Copy link
Copy Markdown

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

https://pr-775---ms-server-staging-c4f6qdpj7q-ew.a.run.app

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.

2 participants