a11y.skipToMainContent
1

Crontab 빌더

Cron Schedule expressions 시각적으로 - 드롭다운에서 시간 필드를 선택하고 미리 설정하고 즉시 cron expression, 그것의 의미 및 다음 5 예정된 실행 시간을 볼 수 있습니다.

---
Presets:
Cron Expression
* * * * *
Meaning
Every minute
Next 5 Runs
    Was this tool helpful?
    Send output to:
    Advertisement

    How to use Crontab Builder

    1. 5개의 드롭다운 (분, 시간, 월, 월, 주간)의 값을 선택하거나 미리 설정 버튼을 클릭합니다.
    2. 생성 된 cron 표현 및 일반 영어 설명.
    3. 다음 5 예정된 실행 시간을 확인한 다음 복사 버튼을 사용하여 표현을 복사합니다.

    Crontab 빌더은 무엇입니까?

    cron expression은 리눅스/유닉스 시스템에서 일정한 작업이 실행될 때 정의된 5개의 필드(분, 시간, 일, 월, 일-of-week)의 문자열입니다. 각 필드는 특정 값, 와일드 카드 (*), 단계 간격 (*/5), 범위 (1-5), 또는 목록 (1,3,5)을 허용합니다.

    이 시각적 빌더는 dropdown 선택에서 유효한 cron 표현을 생성하고 일정의 일반 영어 설명을 제공하며 현재 순간의 다음 5 화재 시간을 계산합니다. 모든 계산은 브라우저에서 클라이언트 측에 발생합니다.

    Advertisement

    FAQ

    Cron 표현은 무엇입니까?
    Cron expression은 5 개의 공간 분리 필드의 문자열입니다 : 분 (0-59), 시간 (0-23), 월 (1-31), 월 (1-12), 주 (0-6, 어디 0=일요일). 그것은 예정된 작업이 유닉스 같은 시스템에 실행될 때 정의합니다.
    Cron 필드의 */5은 무엇을 의미합니까?
    */5 표기는 5개 단위를 의미합니다. min 필드에서, */5은 각 작업을 실행 5 분 (0, 5, 10, 15, ...). 시간당 필드에서 5 시간마다 실행됩니다.
    0 * * *는 무엇을 의미합니까?
    이것은 '1 분 0 시간 0 매일'을 의미합니다. - 작업은 자정 (00:00) 매일 실행됩니다. 매일 유지 보수 작업을위한 가장 일반적인 cron 일정입니다.
    다음 실행 시간은 어떻게 계산됩니까?
    Cron expression은 파싱되고 다음 일치하는 타임스탬프는 현재 5 개의 필드 제약에 대해 각 타임스탬프를 확인하는 시점에서 앞으로 분별을 결정함으로써 발견됩니다.

    Related tools

    Author

    MW
    Marcus Webb"The DevTool Craftsman"

    Full-Stack Developer & Tools Architect

    Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

    Advertisement