jina icon indicating copy to clipboard operation
jina copied to clipboard

Add endpoint discovery exception for BaseExecutor

Open JohannesMessner opened this issue 2 years ago • 1 comments

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.

JohannesMessner avatar May 11 '22 13:05 JohannesMessner

@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

jina-bot avatar Aug 10 '22 00:08 jina-bot