docs: add troubleshooting for subscribers + scheduled jobs not working (#13762)

This commit is contained in:
Shahed Nasser
2025-10-16 13:07:37 +03:00
committed by GitHub
parent ee1c77a01f
commit 4eb9628514
13 changed files with 308 additions and 13 deletions
@@ -94,6 +94,10 @@ Sending confirmation email...
The first message indicates that the `order.placed` event was emitted, and the second one is the message logged from the subscriber.
### Troubleshooting Subscribers
If your subscriber is not working as expected, refer to the [Subscriber Troubleshooting Guide](!resources!/troubleshooting/subscribers/not-working).
---
## Event Module
@@ -79,6 +79,10 @@ After a minute, the following message will be logged to the terminal:
info: Greeting!
```
### Troubleshooting Scheduled Jobs
If your scheduled job is not running at the expected times, refer to the [Scheduled Job Troubleshooting Guide](!resources!/troubleshooting/scheduled-job-not-running).
---
## Example: Sync Products Once a Day