coolify/app/Providers
Andras Bacsai d104b8b343 fix: reduce GitHub API calls and add configurable timeout (#7769)
- Pre-generate GitHub installation token once per deployment instead of
  multiple times, reducing API calls from 4-6 down to 2
- Add configurable timeout (GITHUB_API_TIMEOUT env var, default 30s)
- Add retry logic (3 retries with 200ms delay) for resilience
- Pass token through deployment context to avoid regeneration
- Fixes timeout issues on slow networks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 19:24:47 +01:00
..
AppServiceProvider.php fix: reduce GitHub API calls and add configurable timeout (#7769) 2026-01-05 19:24:47 +01:00
AuthServiceProvider.php feat: add validation methods for S3 bucket names, paths, and server paths; update import logic to prevent command injection 2025-11-25 16:40:35 +01:00
BroadcastServiceProvider.php init of v4 🌮 2023-03-17 15:33:48 +01:00
ConfigurationServiceProvider.php refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
DuskServiceProvider.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
EventServiceProvider.php Remove webhook maintenance mode replay feature 2025-12-02 13:36:32 +01:00
FortifyServiceProvider.php fix: correct login rate limiter key format to include IP address 2025-10-28 10:32:19 +01:00
HorizonServiceProvider.php refactor: enhance ApplicationDeploymentJob and HorizonServiceProvider for improved job handling 2025-01-10 20:07:01 +01:00
RouteServiceProvider.php Update app/Providers/RouteServiceProvider.php 2025-06-26 09:10:44 +02:00
TelescopeServiceProvider.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00