setting ALWAYS_OFFLOAD_NODE_STATUS=true
in prod?
#13107
-
I want to set |
Beta Was this translation helpful? Give feedback.
Answered by
agilgur5
Jul 10, 2024
Replies: 1 comment 1 reply
-
It will cause substantially more DB reads & writes (as every workflow status will be offloaded), so it's normally a trade-off if you need to relieve pressure off of the k8s api-server or etcd |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChenRussell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will cause substantially more DB reads & writes (as every workflow status will be offloaded), so it's normally a trade-off if you need to relieve pressure off of the k8s api-server or etcd