feat(medusa): Reliable retrying of jobs (#2947)

This commit is contained in:
Oliver Windall Juhl
2023-01-09 11:56:29 +01:00
committed by GitHub
parent e4af968531
commit 32b038fc3f
9 changed files with 480 additions and 69 deletions
@@ -2902,5 +2902,6 @@ Object of the following format:
## See Also
- [Events architecture overview](../events/architecture.md)
- [Use services in subscribers](create-subscriber.md#using-services-in-subscribers)
- [Create a notification provider](../notification/overview.md)
@@ -27,4 +27,5 @@ Whenever an event is emitted, the subscribers registered handler method is ex
## See Also
- [Create a Subscriber](create-subscriber.md).
- [Events architecture overview](../events/architecture.md)
- [Events reference](events-list.md).