jina
jina copied to clipboard
Add endpoint discovery exception for BaseExecutor
Problem
Endpoint discovery makes is so that requests do not reach executors where the endpoint doesn't match.
For testing purposes, we often don't add an Executor, add BasExecutor
will be added automatically. BaseExecutor has no endpoints, so in such a testing scenario, no requests will actually be sent to the worker.
Solution
Add an exception to endpoint discovery s.t. BaseExecutor's always get all requests.
@jina-ai/product This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days