Downgrade vue-apollo to prevent auto-restarting subscriptions on error
What does this MR do and why?
As discussed in this slack thread (internal): https://gitlab.slack.com/archives/C0GQHHPGW/p1698227031063189, we need to revert the upgrade to vue-apollo because it has a related "fix" that automatically restarts subscriptions on error, but this is causing "experience increased Puma CPU saturation as well as increased log messages." due to the many unsubscriptions and subscriptions.
Revert "Merge branch 'update-vue-apollo' into 'master'"
This reverts merge request !131712 (merged)
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Lorenz van Herwaarden