title | issue | author | author_email | author_github |
---|---|---|---|---|
Reschedule some scheduled tasks on failure |
NEXT-32238 |
Jozsef Damokos |
j.damokos@shopware.com |
jozsefdamokos |
- 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.