The way a service is run in octue start (and possibly octue run) is slightly different from how it's run in answer_question (the function run by the flask app in Cloud Run).
What is the expected behavior?
These should run a service in the exact same way.
Proposed Solution
Audit these different methods and bring them into parity where necessary.
Bug report
What is the current behavior?
The way a service is run in
octue start
(and possiblyoctue run
) is slightly different from how it's run inanswer_question
(the function run by the flask app in Cloud Run).What is the expected behavior?
These should run a service in the exact same way.
Proposed Solution
Audit these different methods and bring them into parity where necessary.