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

RPC server task management #1380

Merged
merged 9 commits into from
Apr 3, 2019
Merged

RPC server task management #1380

merged 9 commits into from
Apr 3, 2019

Commits on Apr 2, 2019

  1. rearrange some path handling in the rpc server task

    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    fc2b86d View commit details
    Browse the repository at this point in the history
  2. when a dbt RuntimeException is raised inside the exception handler, r…

    …e-raise it instead of wrapping it
    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    f2a0d36 View commit details
    Browse the repository at this point in the history
  3. fix bad add_query calls

    also fix unit tests
    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    ec1f4bc View commit details
    Browse the repository at this point in the history
  4. add "ps" and "kill" commands, and track tasks in flight

    proper cancel support
    Refactor rpc server logic a bit
    fix an issue in query cancelation where we would cancel ourselves
    fix exception handling misbehavior
    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    3f9b996 View commit details
    Browse the repository at this point in the history
  5. fix the methods list

    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    8410be8 View commit details
    Browse the repository at this point in the history
  6. handle ctrl+c during parsing, etc

    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    182714b View commit details
    Browse the repository at this point in the history
  7. tests, fight with (test-only?) deadlocks

    when adding more threads stops helping, add more sleeps
    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    6c8e74b View commit details
    Browse the repository at this point in the history
  8. skip the timing assert on python 2.x

    Jacob Beck committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    3b35734 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. PR feedback

    Jacob Beck committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2654c79 View commit details
    Browse the repository at this point in the history