Introduce min runner version to selection#3505
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3505 +/- ##
===================================================
+ Coverage 30.55685% 30.60820% +0.05135%
===================================================
Files 151 152 +1
Lines 45237 45429 +192
===================================================
+ Hits 13823 13905 +82
- Misses 30605 30706 +101
- Partials 809 818 +9
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
victorges
left a comment
There was a problem hiding this comment.
I reviewed mostly the ai/worker part which I have more context on and LGTM. I'll defer the rest to someone else that could be available to review or I can focus again on this after the multistream GPU work.
|
Added some in line comments. Would like to look at once more tomorrow Couple questions:
|
|
Thanks for review @ad-astra-video
Yes
Yes. Technically it's possible to happen, but super low chances. So, let's maybe leave it as it is. If we start seeing it, then we may introduce some periodic checks. |
|
@leszko I reviewed with some minor updates suggestions in line
|
Thanks Brad. I'll re-test it again myself and merge the PR! |
Add
-aiMinRunnerVersionwhich allows to specify the minimum runner version. E.g.[ { "model_id":"comfyui", "pipeline":"live-video-to-video", "minVersion":"0.0.2" } ]This configuration will accept only Orchestrators that report Runner version
0.0.2or higher.This works only for warm containers.
This PR is needed when we start introducing public Orchestrators.