docs: add troubleshooting for subscribers + scheduled jobs not working (#13762)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user