RuoYi-Vue-MongoDB/sql/sys_job.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2022-07-23 12:51:55 +08:00
{
"RECORDS": [
{
"_id": "62cfe8c44895a216ab7960f8",
2022-07-23 12:51:55 +08:00
"concurrent": "1",
"create_by": "admin",
"create_time": "14/7/2022 17:50:30",
"cron_expression": "0/10 * * * * ?",
"invoke_target": "ryTask.ryNoParams",
"job_group": "DEFAULT",
"job_id": "1",
"job_name": "系统默认(无参)",
"misfire_policy": "3",
"remark": "",
"status": "1",
2022-07-23 12:51:55 +08:00
"update_by": "",
"update_time": null
2022-07-23 12:51:55 +08:00
},
{
"_id": "62cfe8c44895a216ab7960f9",
2022-07-23 12:51:55 +08:00
"concurrent": "1",
"create_by": "admin",
"create_time": "14/7/2022 17:50:30",
"cron_expression": "0/15 * * * * ?",
"invoke_target": "ryTask.ryParams('ry')",
"job_group": "DEFAULT",
"job_id": "2",
"job_name": "系统默认(有参)",
"misfire_policy": "3",
"remark": "",
"status": "1",
2022-07-23 12:51:55 +08:00
"update_by": "",
"update_time": null
2022-07-23 12:51:55 +08:00
},
{
"_id": "62cfe8c44895a216ab7960fa",
2022-07-23 12:51:55 +08:00
"concurrent": "1",
"create_by": "admin",
"create_time": "14/7/2022 17:50:30",
"cron_expression": "0/20 * * * * ?",
"invoke_target": "ryTask.ryMultipleParams('ry', true, 2000L, 316.50D, 100)",
"job_group": "DEFAULT",
"job_id": "3",
"job_name": "系统默认(多参)",
"misfire_policy": "3",
"remark": "",
"status": "1",
2022-07-23 12:51:55 +08:00
"update_by": "",
"update_time": null
2022-07-23 12:51:55 +08:00
}
]
}