.rr.yaml 172 B

123456789
  1. version: '3'
  2. service:
  3. cron:
  4. command: php cron-worker.php
  5. process_num: 2
  6. exec_timeout: 0
  7. remain_after_exit: true
  8. restart_sec: 1