alamb commented on issue #15065:
URL: https://github.com/apache/datafusion/issues/15065#issuecomment-2708201014

   > [@alamb](https://github.com/alamb) Hello, thank you very much! In 
addition, I want to know how to control the cancellation of tasks by myself. 
Currently, I have observed that the program automatically cancels the task 
after receiving the off signal.
   
   it probably depends on what `rsflow` is doing (I am not familiar with that 
program)
   
   Basically if something starts shutting down the tokio `Runtime` that is 
going to cancel all outstanding tasks. Perhaps you need to modify `rsflow` to 
catch `SIGINT` and initiate a clean shutdown / wait for outstanding jobs to be 
done


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to