Skip to content

Instantly share code, notes, and snippets.

@codemation
Last active July 6, 2021 12:39
Show Gist options
  • Save codemation/bcc184f2740de74fe01264186c23f923 to your computer and use it in GitHub Desktop.
Save codemation/bcc184f2740de74fe01264186c23f923 to your computer and use it in GitHub Desktop.
$ uvicorn --host 0.0.0.0 --port 8220 monitor:server
INFO: Started server process [22687]
07-06 14:39:36 uvicorn.error INFO Started server process [22687]
INFO: Waiting for application startup.
07-06 14:39:36 uvicorn.error INFO Waiting for application startup.
07-06 14:39:36 EasyRpc-server /ws/charts WARNING Dataset with name cpu already exists
07-06 14:39:36 EasyRpc-server /ws/charts WARNING Dataset with name mem already exists
07-06 14:39:36 EasyScheduler WARNING resource_monitor next_run_time: 2021-07-06 14:40:00.473144 - default_args: {'args': [], 'kwargs': {}}
INFO: Application startup complete.
07-06 14:39:36 uvicorn.error INFO Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8220 (Press CTRL+C to quit)
07-06 14:39:36 uvicorn.error INFO Uvicorn running on http://0.0.0.0:8220 (Press CTRL+C to quit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment