Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Terminate without submission on error/no result #69

Open
lladdy opened this issue Aug 29, 2022 · 0 comments
Open

Terminate without submission on error/no result #69

lladdy opened this issue Aug 29, 2022 · 0 comments

Comments

@lladdy
Copy link
Contributor

lladdy commented Aug 29, 2022

I suspect that this line is creating init error results when we scale down workloads in rancher:

if not result.has_result():

I suspect that, when we scale down an AC workload in rancher, it terminates the docker container and the rust component of the AC might be terminated first, resulting in an null result in the python AC code, which causes the above code to report an init error.

Suggestion:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant