jina-ai / executor-normalizer

Jina executor package normalizer
5 stars 0 forks source link

feat: add sandbox endpoint to deploy #32

Closed mapleeit closed 3 years ago

mapleeit commented 3 years ago

Related to: https://github.com/jina-ai/hubble/issues/184

florian-hoenicke commented 3 years ago

When installing the package, it is not possible to use the sandbox deployment. The entrypoint in setup.py is still set to entry_points={'console_scripts': ['normalizer=normalizer.main:cli']}, What about having one entrypoint like executor_manager normalize ..., executor_manager sandbox ...?

mapleeit commented 3 years ago

@florian-hoenicke comments addressed. Previously I only change the http endpoint, but I add CLI this time as you suggested.


BREAKING CHANGE Reminder:

Need to adjust https://github.com/jina-ai/workflows-executors/blob/master/.github/workflows/ci.yml#L35 accordingly after release.