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: Support query cancellation #1370

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

RPC Server: Support query cancellation #1370

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 which cancels a running task identified by a UUID. An acceptable way to cancel the task is to send a SIGINT to the running process.

This probably means that the RPC server will need to record a mapping of UUIDs onto tasks. See #1369 for more information on how the RPC server should surface that mapping.

Who will this benefit?

This will help terminate runaway processes

@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
@drewbanin drewbanin mentioned this issue Mar 25, 2019
5 tasks
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