Skip to content

Instantly share code, notes, and snippets.

@coolmian
Created February 1, 2023 08:31
Show Gist options
  • Save coolmian/d4952f1cc33bde88600b2f776a376090 to your computer and use it in GitHub Desktop.
Save coolmian/d4952f1cc33bde88600b2f776a376090 to your computer and use it in GitHub Desktop.
⠋ 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@9388 <executor.SimpleIndexer object [02/01/23 16:29:08]
at 0x000001B8CFEF35E0> is successfully loaded!
DEBUG executor0/rep-0@9388 start listening on
127.0.0.1:56928
DEBUG executor0/rep-0@9388 run grpc server forever
DEBUG executor0/rep-0@28628 ready and listening [02/01/23 16:29:08]
DEBUG gateway/rep-0/GatewayRuntime@1152 adding connection [02/01/23 16:29:11]
for deployment executor0/heads/0 to
grpc://127.0.0.1:56928
DEBUG gateway/rep-0/GatewayRuntime@1152 start server bound
to 127.0.0.1:59624
DEBUG gateway/rep-0@28628 ready and listening [02/01/23 16:29:11]
───────────────────────── 🎉 Flow is ready to serve! ──────────────────────────
┌────────────── 🔗 Endpoint ───────────────┐
│ ⛓ Protocol GRPC │
│ 🏠 Local 127.0.0.1:59624 │
│ 🔒 Private 192.168.xx.xx:59624 │
└──────────────────────────────────────────┘
DEBUG Flow@28628 2 Deployments (i.e. 2 Pods) are running [02/01/23 16:29:11]
in this Flow
DEBUG GRPCClient@28628 connected to 127.0.0.1:59624 [02/01/23 16:29:12]
DEBUG executor0/rep-0@9388 recv DataRequest at /index with [02/01/23 16:29:12]
id: 1c5d5fed35fa47d79124c1a38e6698f3
DEBUG executor0/rep-0@9388 got an endpoint discovery
request
DEBUG gateway/rep-0@28628 waiting for ready or shutdown [02/01/23 16:29:22]
signal from runtime
DEBUG gateway/rep-0@28628 terminate
DEBUG gateway/rep-0@28628 terminating the runtime process
DEBUG gateway/rep-0@28628 runtime process properly
terminated
WARNI… gateway/rep-0@28628 Pod was forced to close after 1 [02/01/23 16:29:23]
second. Graceful closing is not available on
Windows.
DEBUG gateway/rep-0@28628 terminated
DEBUG gateway/rep-0@28628 joining the process
DEBUG gateway/rep-0@28628 successfully joined the process
DEBUG executor0/rep-0@28628 waiting for ready or shutdown [02/01/23 16:29:23]
signal from runtime
DEBUG executor0/rep-0@28628 terminate
DEBUG executor0/rep-0@28628 terminating the runtime
process
DEBUG executor0/rep-0@28628 runtime process properly
terminated
WARNI… executor0/rep-0@28628 Pod was forced to close after [02/01/23 16:29:24]
1 second. Graceful closing is not available on
Windows.
DEBUG executor0/rep-0@28628 terminated
DEBUG executor0/rep-0@28628 joining the process
DEBUG executor0/rep-0@28628 successfully joined the
process
DEBUG Flow@28628 flow is closed! [02/01/23 16:29:24]
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