atlas icon indicating copy to clipboard operation
atlas copied to clipboard

[BUG] Stopping atlas server with parameters fails

Open cindyzczhao opened this issue 4 years ago • 0 comments

Describe the bug When starting atlas-server with option (e.g. atlas-server start -t) and trying to stop with control+C, it fails with error __main__.py: error: unrecognized arguments: -t.

To Reproduce Steps to reproduce the behavior:

  1. atlas-server -t (wait for all services to start)
  2. ctrl+c (to stop services)
  3. error message displayed

Expected behavior Cleanly shutdown atlas

cindyzczhao avatar Mar 09 '20 17:03 cindyzczhao