ultimate_cron.settings.yml 658 B

1234567891011121314151617181920212223242526272829303132333435
  1. _core:
  2. default_config_hash: xNvhVNcCJsZiYwYTw9TTnRv1SjLVO7H5BCK1U8Brvfo
  3. bypass_transactional_safe_connection: false
  4. queue:
  5. enabled: false
  6. timeouts:
  7. lease_time: !!float 30
  8. time: !!float 15
  9. delays:
  10. empty_delay: !!float 0
  11. item_delay: !!float 0
  12. throttle:
  13. enabled: true
  14. threads: 4
  15. threshold: 10
  16. launcher:
  17. thread: any
  18. max_threads: 1
  19. lock_timeout: 3600
  20. max_execution_time: 3600
  21. logger:
  22. cache:
  23. bin: ultimate_cron_logger
  24. timeout: -1
  25. database:
  26. method: 3
  27. expire: 1209600
  28. retain: 1000
  29. scheduler:
  30. crontab:
  31. catch_up: 86400
  32. rules:
  33. - '*/10+@ * * * *'
  34. simple:
  35. rule: '*/15+@ * * * *'