我想设置仅通过应用程序引擎ui触发运行的cron作业(按应用程序引擎上的按钮)
如何设置cron.xml使其不包含任何调度?
<?xml version="1.0" encoding="UTF-8"?> <cronentries> <cron> <url>/match</url> <description>find buddies to all users</description> <schedule>----?-----</schedule> </cron> </cronentries>