Closed czxin788 closed 4 years ago
不用掉用api了,直接从数据库删除就可以: mysql -e "delete from gocron.task_log where end_time< date_add(current_timestamp(), interval -28 day) ;"
然后加入crontab即可
直接定时任务添加吗? mysql -e "delete from gocron.task_log where end_time< date_add(current_timestamp(), interval -28 day) ;"
对,我加入到了linux的crontab里面了 01 00 * mysql -e "delete from gocron.task_log where end_time< date_add(current_timestamp(), interval -28 day) ;"
我用curl命令,想定时删除gocron的日志,结果报如下错误,请问我应该怎么写。