We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version / Branch / tag
出了什么问题?(What Happened?) 定时任务esb接口,如save_cron,get_cron_detail,get_cron_list接口返回的expression字段不对。 如:新增时expression=“0/2 * * * *”,返回expression=“0/2 * * * * *” 新增时expression=“3 * * * 3”,返回expression=“3 * * * 4 *”
如何复现?(How to reproduce?)
预期结果(What you expect?) 返回Unix风格的时间表达式
The text was updated successfully, but these errors were encountered:
fix: 定时任务ESB接口,返回的expression字段不对 TencentBlueKing#2724
0e18b52
b93f9e2
89a9573
Merge pull request #2728 from liuliaozhong/master_issue_2724
857ba45
fix: 定时任务ESB接口,返回的expression字段不对 #2724
liuliaozhong
No branches or pull requests
Version / Branch / tag
出了什么问题?(What Happened?)
定时任务esb接口,如save_cron,get_cron_detail,get_cron_list接口返回的expression字段不对。
如:新增时expression=“0/2 * * * *”,返回expression=“0/2 * * * * *”
新增时expression=“3 * * * 3”,返回expression=“3 * * * 4 *”
如何复现?(How to reproduce?)
预期结果(What you expect?)
返回Unix风格的时间表达式
The text was updated successfully, but these errors were encountered: