crontabfile.txt 294 B

123456
  1. 0 0 * * * bash /app/script/statistics_handle.sh
  2. */30 * * * * bash /app/script/poly_complex_pay.sh
  3. 5-59/30 * * * * bash /app/script/poly_complex_notice.sh
  4. 10 0 * * * bash /app/script/complex_summary.sh
  5. * * * * * bash /app/script/pay_timeout.sh
  6. * * * * * sleep 30; bash /app/script/pay_timeout.sh