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 2020/10/24 09:48:05 UTC

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new issue #1654: Automatically shut down scheduling jobs that will never be triggered again

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


   ## Feature Request
   
   ### Describe the feature you would like.
   
   Create a job with cron '0 0 6-23 24 10 ? 2020'. This job will never be triggered again after 23:00 but it still occupying resources.
   Maybe we can design a condition to determine if a job can be shut down.
   


----------------------------------------------------------------
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] terrymanu commented on issue #1654: Automatically shut down scheduling jobs that will never be triggered again

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


   Even the job can not trigger by CRON, but it may still trigger by flag.


----------------------------------------------------------------
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] sunkai-cai commented on issue #1654: Automatically shut down scheduling jobs that will never be triggered again

Posted by GitBox <gi...@apache.org>.
sunkai-cai commented on issue #1654:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1654#issuecomment-910548883


   > > Even the job can not trigger by CRON, but it may still trigger by flag.
   > 
   > How about add an argument "cleanup" and let users decide whether to clean up or not.
   
   good ideaļ¼


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1654: Automatically shut down scheduling jobs that will never be triggered again

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


   > Even the job can not trigger by CRON, but it may still trigger by flag.
   
   How about add an argument "cleanup" and let users decide whether to clean up or not.


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