FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
50+ Cron Expressions You'll Actually Use (Copy-Paste Ready)
NewsDevOps

50+ Cron Expressions You'll Actually Use (Copy-Paste Ready)

via Dev.to DevOpsarenasbob2024-cell1mo ago

Every developer hits that moment: you need to schedule a backup, a deploy, or a cleanup script, and you're staring at five mysterious fields wondering what */5 means again. This is the cron cheat sheet I wish I had when I started. Bookmark it. You'll be back. Cron Syntax in 30 Seconds A cron expression has 5 fields separated by spaces: ┌───────────── minute (0-59) │ ┌───────────── hour (0-23) │ │ ┌───────────── day of month (1-31) │ │ │ ┌───────────── month (1-12) │ │ │ │ ┌───────────── day of week (0-7, Sun=0 or 7) │ │ │ │ │ * * * * * command_to_run Special characters: Char Meaning Example * Every value * * * * * = every minute , List 1,3,5 = at 1, 3, and 5 - Range 1-5 = 1 through 5 / Step */5 = every 5 units The Expressions (Copy-Paste Ready) Every X Minutes * * * * * # Every minute */5 * * * * # Every 5 minutes */10 * * * * # Every 10 minutes */15 * * * * # Every 15 minutes */30 * * * * # Every 30 minutes Hourly 0 * * * * # Every hour (at :00) 30 * * * * # Every hour (at :30) 0 */2

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
32 views

Related Articles

These 7 wellness gadgets helped me become more mindful (and they're still on sale)
News

These 7 wellness gadgets helped me become more mindful (and they're still on sale)

ZDNet • 20h ago

20+ pocket-sized tech gadgets packed with purpose (and they're on sale)
News

20+ pocket-sized tech gadgets packed with purpose (and they're on sale)

ZDNet • 21h ago

We still highly recommend these 3 older laptop models - especially while they're on sale
News

We still highly recommend these 3 older laptop models - especially while they're on sale

ZDNet • 22h ago

RefundYourSOL (RYS): Recovering Lost Value in the Solana Ecosystem
News

RefundYourSOL (RYS): Recovering Lost Value in the Solana Ecosystem

Medium Programming • 22h ago

News

Best Free Developer Tools Online (2026)

Medium Programming • 22h ago

Discover More Articles