website/content/zh-cn/docs/reference/glossary/cronjob.md

40 lines
979 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: 周期调度任务CronJob
id: cronjob
date: 2018-04-12
full_link: /zh-cn/docs/concepts/workloads/controllers/cron-jobs/
short_description: >
周期调度的任务(作业)。
aka:
tags:
- core-object
- workload
---
<!--
title: CronJob
id: cronjob
date: 2018-04-12
full_link: /docs/concepts/workloads/controllers/cron-jobs/
short_description: >
A repeating task (a Job) that runs on a regular schedule.
aka:
tags:
- core-object
- workload
-->
<!--
Manages a [Job](/docs/concepts/workloads/controllers/job/) that runs on a periodic schedule.
-->
管理定期运行的[任务](/zh-cn/docs/concepts/workloads/controllers/job/)。
<!--more-->
<!--
Similar to a line in a *crontab* file, a CronJob object specifies a schedule using the [cron](https://en.wikipedia.org/wiki/Cron) format.
-->
**crontab** 文件中的一行命令类似周期调度任务CronJob对象使用
[cron](https://zh.wikipedia.org/wiki/Cron) 格式设置排期表。