ultimate_cron.job.materio_home_cron.yml 501 B

1234567891011121314151617181920212223242526272829
  1. uuid: c2ba4b89-48f4-4d48-9c29-cb7d0df8ead8
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - materio_home
  7. title: 'Default cron handler'
  8. id: materio_home_cron
  9. weight: 0
  10. module: materio_home
  11. callback: materio_home_cron
  12. scheduler:
  13. id: simple
  14. configuration:
  15. rules:
  16. - '*/5+@ * * * *'
  17. launcher:
  18. id: serial
  19. configuration:
  20. timeouts:
  21. lock_timeout: 3600
  22. launcher:
  23. thread: 0
  24. logger:
  25. id: database
  26. configuration:
  27. method: '3'
  28. expire: 1209600
  29. retain: 1000