-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MEMOIZATION cache does not work with other namespace except 'argo' #719
Comments
Could you please provide details on how you change the namespace? Do you change the |
yes, I change the namespace in config, https://github.com/deepmodeling/dflow/blob/master/src/dflow/config.py#L33C40-L33C40 |
Are your Argo components installed in the |
yeah, maybe it is. And, which components should I install in the |
https://argo-workflows.readthedocs.io/en/latest/managed-namespace/ |
Checklist
Summary
What happened/what you expected to happen?
What version are you running?
Diagnostics
Paste the smallest python script that reproduces the bug
when I run the examples/test_big_parameter.py, and change the namespace to
test
, the cache can not hit, but it work well when the namespace is 'argo'.with the namespace 'test'
with the namespace 'argo'
The text was updated successfully, but these errors were encountered: