Created
February 1, 2023 03:50
-
-
Save coolmian/edd7af8afc882d692f24b77fda9e94c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⠋ Installing dependencies from requirements.txt... | |
⠋ Installing dependencies from requirements.txt... | |
DeprecationWarning: Setting `workspace` via `metas.workspace` is deprecated. Instead, use `f.add(..., workspace=...)` when defining a a Flow in Python; the `workspace` parameter when defining a Flow using YAML; or `--workspace` when starting an Executor using the CLI. (raised from D:\ProgramData\Anaconda3\envs\python38\lib\site-packages\jina\serve\executors\__init__.py:292) | |
DEBUG executor0/rep-0@16244 <executor.SimpleIndexer object [02/01/23 11:43:52] | |
at 0x0000024581FA4550> is successfully loaded! | |
DEBUG executor0/rep-0@16244 start listening on | |
127.0.0.1:50063 | |
DEBUG executor0/rep-0@16244 run grpc server forever | |
DEBUG executor0/rep-0@13088 ready and listening [02/01/23 11:43:52] | |
DEBUG gateway/rep-0/GatewayRuntime@2840 adding connection [02/01/23 11:43:55] | |
for deployment executor0/heads/0 to | |
grpc://127.0.0.1:50063 | |
DEBUG gateway/rep-0/GatewayRuntime@2840 start server bound | |
to 127.0.0.1:64186 | |
DEBUG gateway/rep-0@13088 ready and listening [02/01/23 11:43:55] | |
───────────────────────── 🎉 Flow is ready to serve! ────────────────────────── | |
┌────────────── 🔗 Endpoint ───────────────┐ | |
│ ⛓ Protocol GRPC │ | |
│ 🏠 Local 127.0.0.1:64186 │ | |
│ 🔒 Private 192.168.xx.xx:64186 │ | |
└──────────────────────────────────────────┘ | |
DEBUG Flow@13088 2 Deployments (i.e. 2 Pods) are running [02/01/23 11:43:55] | |
in this Flow | |
DEBUG GRPCClient@13088 connected to 127.0.0.1:64186 [02/01/23 11:43:56] | |
DEBUG executor0/rep-0@16244 recv DataRequest at / with id: [02/01/23 11:43:56] | |
1a34f717ac1640ffb9f8c5eca0da8f81 | |
DEBUG executor0/rep-0@16244 skip executor: endpoint | |
mismatch. Request endpoint: `/`. Available | |
endpoints: /index, /search, /delete, /update, | |
/fill_embedding, /clear, _jina_dry_run_ | |
DEBUG executor0/rep-0@16244 got an endpoint discovery | |
request | |
DEBUG gateway/rep-0@13088 waiting for ready or shutdown [02/01/23 11:44:06] | |
signal from runtime | |
DEBUG gateway/rep-0@13088 terminate | |
DEBUG gateway/rep-0@13088 terminating the runtime process | |
DEBUG gateway/rep-0@13088 runtime process properly | |
terminated | |
WARNI… gateway/rep-0@13088 Pod was forced to close after 1 [02/01/23 11:44:07] | |
second. Graceful closing is not available on | |
Windows. | |
DEBUG gateway/rep-0@13088 terminated | |
DEBUG gateway/rep-0@13088 joining the process | |
DEBUG gateway/rep-0@13088 successfully joined the process | |
DEBUG executor0/rep-0@13088 waiting for ready or shutdown [02/01/23 11:44:07] | |
signal from runtime | |
DEBUG executor0/rep-0@13088 terminate | |
DEBUG executor0/rep-0@13088 terminating the runtime | |
process | |
DEBUG executor0/rep-0@13088 runtime process properly | |
terminated | |
WARNI… executor0/rep-0@13088 Pod was forced to close after [02/01/23 11:44:08] | |
1 second. Graceful closing is not available on | |
Windows. | |
DEBUG executor0/rep-0@13088 terminated | |
DEBUG executor0/rep-0@13088 joining the process | |
DEBUG executor0/rep-0@13088 successfully joined the | |
process | |
DEBUG Flow@13088 flow is closed! [02/01/23 11:44:08] | |
ResourceWarning: unclosed event loop <ProactorEventLoop running=False closed=False debug=False> (raised from D:\ProgramData\Anaconda3\envs\python38\lib\asyncio\base_events.py:654) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment