Skip to content

Commit 22e0001

Browse files
committed
docs: remove auto recovery feature documentation
The automatic recovery feature has been deprecated and removed from the system. Update README to reflect current functionality.
1 parent 5e65c69 commit 22e0001

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -365,15 +365,6 @@ The monitoring system provides multi-channel alerts:
365365
- **Slack Integration** - Real-time Slack notifications
366366
- **Custom Channels** - Extensible alert system for custom integrations
367367

368-
#### Automatic Recovery
369-
370-
When enabled, the system can automatically:
371-
372-
- Restart failed plugins
373-
- Clear temporary files and caches
374-
- Reset plugin configurations
375-
- Disable problematic plugins temporarily
376-
377368
### Health Monitoring Configuration
378369

379370
Configure health monitoring in `config/laravel-plugin-system.php`:
@@ -404,12 +395,6 @@ Configure health monitoring in `config/laravel-plugin-system.php`:
404395
'channel' => '#alerts',
405396
],
406397
],
407-
408-
'auto_recovery' => [
409-
'enabled' => false,
410-
'max_attempts' => 3,
411-
'recovery_actions' => ['restart', 'clear_cache'],
412-
],
413398
],
414399
```
415400

@@ -429,4 +414,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
429414

430415
## Support
431416

432-
If you discover any security vulnerabilities or bugs, please send an e-mail to the maintainer.
417+
If you discover any security vulnerabilities or bugs, please send an e-mail to soysaltan@hotmail.it

0 commit comments

Comments
 (0)