I have…
- [ x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
After latest upgrade to 4.X version,
/background-healthz is returning only below
{
"entries": {},
"status": "Healthy",
"totalDuration": "00:00:00.0000219"
}
Expected behavior
{
"entries": {
"eventConsumers": {
"data": {
"recursiveDeleter": "Running",
"assetUsageTracker": "Running",
"textIndexer5": "Running",
"historyService": "Running",
"notificationEmailSender": "Running",
"ruleEnqueuer": "Running",
"mongoSchemasHash": "Running"
},
"status": "Healthy"
}
},
"status": "Healthy",
"errorState": false
}
Minimal reproduction of the problem
Environment
App Name:
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [VERSION]
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: