Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reload RPC server manifest on SIGHUP (#1684) #1699

Merged
merged 3 commits into from
Aug 27, 2019

Commits on Aug 26, 2019

  1. make mypy happy with deprecations

    Requires git-only hologram branch
    TODO: update hologram version + do another release
    Jacob Beck committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    6649840 View commit details
    Browse the repository at this point in the history
  2. Trigger rpc server reloads with sighup

    From the sighup until completion, the sever enters an error state where only builtin commands work
     - management of tasks should keep functioning properly
    Add new builtin command 'status'
     - returns 'pid', 'status' enum, 'timestamp'
     - if the status is 'error', an 'error' field is populated
        - just a Dict[str, Any] with, only 'message' for now
    Jacob Beck committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    9581f39 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    Jacob Beck committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    bd63aac View commit details
    Browse the repository at this point in the history