You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/03/18 12:24:19 UTC

[GitHub] [shardingsphere-elasticjob] kaihekaihe opened a new issue #1852: How to dynamicly delete jobs.

kaihekaihe opened a new issue #1852:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1852


   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot make decision by current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Is your feature request related to a problem?
   
   ### Describe the feature you would like.
   In `elasticjob-java` sdk,jobs can be added and run  at any time.How can we dynamicly  delete jobs cleanly.Is it right following steps below?
   1、Call `shutdown` method  in `ScheduleJobBootstrap`
   2、Remove job root in zk


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1852: How to dynamicly delete jobs cleanly.

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #1852:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1852#issuecomment-803274518


   The current shutdown method will not remove data from registry center. Maybe we can add a new method or set a flag to cleanup data.


-- 
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.

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