ultimate_cron.job.simplenews_cron.yml 564 B

12345678910111213141516171819202122232425262728293031
  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. launcher:
  25. thread: 0
  26. logger:
  27. id: database
  28. configuration:
  29. method: '3'
  30. expire: 1209600
  31. retain: 1000