coolify/app/Actions/Server
Andras Bacsai 318cd18dde fix: remove PullHelperImageJob and mass server scheduling
Stop dispatching PullHelperImageJob to thousands of servers when the helper image version changes. Instead, rely on Docker's automatic image pulling during actual deployments and backups. Inline the helper image pull in UpdateCoolify for the single use case.

This eliminates queue flooding on cloud instances while maintaining all functionality through Docker's built-in image management.
2025-11-14 11:31:08 +01:00
..
CheckUpdates.php
CleanupDocker.php
ConfigureCloudflared.php
DeleteServer.php
InstallDocker.php
ResourcesCheck.php
RestartContainer.php
RunCommand.php
StartLogDrain.php
StartSentinel.php
StopLogDrain.php
StopSentinel.php
UpdateCoolify.php fix: remove PullHelperImageJob and mass server scheduling 2025-11-14 11:31:08 +01:00
UpdatePackage.php
ValidateServer.php