Skip to content

[Bug]: PushServerUpdateJob fails every minute when Sentinel is enabled #5832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
actraiser opened this issue May 16, 2025 · 0 comments
Open
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@actraiser
Copy link

actraiser commented May 16, 2025

UPDATE:
When i disable Sentinel in Servers/localhost/Experimental feature, there are no errors anymore every minute.

OLD REPORT:

Error Message and Logs

Every Minute i see a failed job in Horizon.

Image

App\Jobs\PushServerUpdateJob

Error: Attempt to assign property "status" on null in /var/www/html/app/Jobs/PushServerUpdateJob.php:324
--
Stack trace:
#0 /var/www/html/app/Jobs/PushServerUpdateJob.php(174): App\Jobs\PushServerUpdateJob->updateServiceSubStatus()
#1 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Jobs\PushServerUpdateJob->handle()
#2 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\Container\BoundMethod::{closure:Illuminate\Container\BoundMethod::call():35}()
 
<br class="Apple-interchange-newline">

"docker logs coolify --follow" shows every minute the following entry

  2025-05-16 06:25:00 Running ['artisan' horizon:snapshot] ..... 360.44ms DONE
  ⇂ '/usr/local/bin/php' 'artisan' horizon:snapshot > '/dev/null' 2>&1

2025/05/16 06:25:08 [warn] 190#190: *39760 a client request body is buffered to a temporary file /var/lib/nginx/tmp/client_body/0000001524, client: 172.18.0.1, server: _, request: "POST /api/v1/sentinel/push HTTP/1.1", host: "host.docker.internal:8000"
  2025-05-16 06:25:09 App\Jobs\ServerStorageCheckJob ................. RUNNING
  2025-05-16 06:25:09 App\Jobs\ServerStorageCheckJob ............. 5.79ms DONE
  2025-05-16 06:25:09 App\Jobs\PushServerUpdateJob ................... RUNNING
  2025-05-16 06:25:09 App\Jobs\PushServerUpdateJob ............. 105.98ms FAIL

This is sent:

Image

Steps to Reproduce

  1. Enable Sentinel under server/localhost/experimental feature
  2. get to /horizon
  3. check failed jobs for App\Jobs\PushServerUpdateJob
  4. or: docker logs coolify --follow reveals problem above4.

Example Repository URL

No response

Coolify Version

v4.0.0-beta.418

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

No response

Additional Information

No response

@actraiser actraiser added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels May 16, 2025
@actraiser actraiser changed the title [Bug]: PushServerUpdateJob fails every minute due to large body [Bug]: PushServerUpdateJob fails every minute when Sentinel is enabled May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant