Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 473 Bytes

2024-01-15-reschedule-some-scheduled-tasks-on-failure.md

File metadata and controls

10 lines (10 loc) · 473 Bytes
title issue author author_email author_github
Reschedule some scheduled tasks on failure
NEXT-32238
Jozsef Damokos
j.damokos@shopware.com
jozsefdamokos

Core

  • Added new method shouldRescheduleOnFailure to scheduled tasks. By default, tasks are not rescheduled on failure. This can be changed by implementing the new method in the task class.
  • Added compiler pass to register scheduled tasks so that the attribute AsMessageHandler is taken into account.