ultimate_cron.settings.yml 671 B

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