Closed mapleeit closed 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 ...
?
@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.
Related to: https://github.com/jina-ai/hubble/issues/184