Update src/model/cloud-runner/providers/README.md

Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
cloud-runner-develop
Frostebite 2025-12-04 22:00:14 +00:00 committed by GitHub
parent 38b7286a0d
commit 9335b072c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ The provider loader can be configured through environment variables:
## Best Practices ## Best Practices
1. **Use specific branches**: Always specify the branch when loading from GitHub 1. **Use specific branches or versions**: Always specify the branch or specific tag when loading from GitHub
2. **Implement proper error handling**: Wrap provider loading in try-catch blocks 2. **Implement proper error handling**: Wrap provider loading in try-catch blocks
3. **Clean up regularly**: Use the cleanup utility to manage cache size 3. **Clean up regularly**: Use the cleanup utility to manage cache size
4. **Test locally first**: Test providers locally before deploying 4. **Test locally first**: Test providers locally before deploying