You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
File upload and report of success are two separate requests/sockets. Ergo we need to ensure that both are handled by same submission instance or that the instances share information regarding this.
[Based on a short review balancing resilience as opposed to performance]
File upload and report of success are two separate requests/sockets. Ergo we need to ensure that both are handled by same submission instance or that the instances share information regarding this.
[Based on a short review balancing resilience as opposed to performance]
Instead of using postgres pub/sub as xPub did (as this would require engineering work). Consider using ingress cookie for /grapgql https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/ - speak to Daniel H
Consideration pod upgrades and traffic allocation between old vs new.
The text was updated successfully, but these errors were encountered: