Postgres table argo_workflows is empty #5748
Unanswered
saranyaeu2987
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Workflows are only offloaded in they are too large to save as a Kubernetes resource. This is because offloading may fail due to network issue and result in errored workflow. It is common, even preferable, to have this table empty. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Installed Argo using quick start https://raw.githubusercontent.com/argoproj/argo/stable/manifests/quick-start-postgres.yaml
which comes with postgres service. It has 4 tables.
All tables have data except argo_workflows. Why the workflows/cron workflows deployed to Argo are not persisted in this table?
Beta Was this translation helpful? Give feedback.
All reactions