## Why
Lots of sefl-hosted Help thread require to check if the worker is
running

This PR adds a new section to document **How to check the worker is
running?**

![image](https://github.com/user-attachments/assets/b2cbea68-0788-4ca0-9491-1dbc8264c688)
This commit is contained in:
martmull
2025-02-10 11:22:47 +01:00
committed by GitHub
parent d4b23e020a
commit c908a687fb
5 changed files with 19 additions and 1 deletions

View File

@ -235,7 +235,7 @@ yarn command:prod cron:calendar:ongoing-stale
- EMAIL_SMTP_HOST=smtp.office365.com
- EMAIL_SMTP_PORT=587
- EMAIL_SMTP_USER=office365_email_address
- EMAIL_SMTP_PASSWORD='office365_password'
- EMAIL_SMTP_PASSWORD='office365_password'
</ArticleTab>