79707819

Date: 2025-07-20 07:39:47
Score: 1
Natty:
Report link

I would break it up into two cron expressions:

  1. Every 3 hours and 10 minutes past the hour: 10 */3 * * * (see in a debugger)

  2. Every half an hour: */30 * * * * (see in a debugger)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fredrik Anfinsen