开发者

How to deregister a CRON job in AppEngine?

开发者 https://www.devze.com 2022-12-22 14:55 出处:网络
I registered a cron job in the google appengine. It runs fine. Since开发者_如何学编程 I deleted the whole content of the app, I want this job to not run anymore. I don\'t know how to do it.In Python,

I registered a cron job in the google appengine. It runs fine. Since开发者_如何学编程 I deleted the whole content of the app, I want this job to not run anymore. I don't know how to do it.


In Python, to delete all cron jobs, change the cron.yaml file to just contain:


cron:

In Java, to delete all cron jobs, change the cron.xml file to just contain:


<?xml version="1.0" encoding="UTF-8"?> 
<cronentries/>

0

精彩评论

暂无评论...
验证码 换一张
取 消