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: Add task that returns currently-running processes #1369

Closed
drewbanin opened this issue Mar 25, 2019 · 0 comments · Fixed by #1380
Closed

RPC Server: Add task that returns currently-running processes #1369

drewbanin opened this issue Mar 25, 2019 · 0 comments · Fixed by #1380
Labels
rpc Issues related to dbt's RPC server

Comments

@drewbanin
Copy link
Contributor

Feature

Feature description

The RPC server should provide a method that returns a list of currently running processes. This task should return (for each task):

  1. The UUID for the task
  2. The task name
  3. Some sort of summary for the task (eg. the the task arguments as json? or stringified?)
  4. How long the task has been running for
  5. Any other applicable attributes of the task (eg. the specified timeout)
@drewbanin drewbanin added the rpc Issues related to dbt's RPC server label Mar 25, 2019
@drewbanin drewbanin added this to the Wilt Chamberlain milestone Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rpc Issues related to dbt's RPC server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant