You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with same doc type in different containerized Executors (#6062)
When multiple Executors inside a Flow had the same model name and they were used as docker containers or had set the environment variable JINA_MP_START_METHOD=spawn, there was a problem serving them via HTTP. This has been fixed by making sure that only one model instance is served for each model name.
🤟 Contributors
We would like to thank all contributors to this release:
Release Note
This release contains 1 bug fix.
🐞 Bug Fixes
Fix issue with same doc type in different containerized Executors (#6062)
When multiple Executors inside a Flow had the same model name and they were used as docker containers or had set the environment variable
JINA_MP_START_METHOD=spawn
, there was a problem serving them via HTTP. This has been fixed by making sure that only one model instance is served for each model name.🤟 Contributors
We would like to thank all contributors to this release:
The text was updated successfully, but these errors were encountered: