You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: