ultimate_cron.job.simplenews_cron.yml 600 B

1234567891011121314151617181920212223242526272829303132
  1. uuid: 0a714008-1181-44ac-ba76-8af1bac79f95
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - simplenews
  7. _core:
  8. default_config_hash: S4R8gMB5KRRp4AeUvku-2qpcRuD0o_Lu8UgnSXEHyBw
  9. title: 'Sends newsletters'
  10. id: simplenews_cron
  11. weight: 0
  12. module: simplenews
  13. callback: simplenews_cron
  14. scheduler:
  15. id: simple
  16. configuration:
  17. rules:
  18. - '*/5+@ * * * *'
  19. launcher:
  20. id: serial
  21. configuration:
  22. timeouts:
  23. lock_timeout: 3600
  24. max_execution_time: 3600
  25. launcher:
  26. max_threads: 1
  27. logger:
  28. id: database
  29. configuration:
  30. method: '3'
  31. expire: 1209600
  32. retain: 1000