2 months ago
Hello, I have a service named universe-builder that is stuck in a crash loop.
It is a non-web, worker-style service.
The service fails to stay online even when the start command is set to a simple
sleep 3600.The service does not have a public domain or an active health check configured.
We have tried deploying with both Nixpacks (with an explicit start command) and a Dockerfile, and the result is the same: the container stops immediately after starting.
The issue does not appear to be with the application code but with the service's runtime environment on the platform. Can you please investigate why the container for this service is not staying active?
6 Replies
2 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Persistent startCommand Override for Cron Service in Nixpacks Monorepo
🧵 PostgreSQL Service Crash Loop - "No space left on device" with 99% Free Storage
🧵 MongoDB Service Crashes with WiredTiger Fatal Assertion - Hobby Plan Resource Analysis
If you find the answer from one of these, please let us know by solving the thread!
2 months ago
do you have an health check? I think the container is killed if there isn't an health check
fra
do you have an health check? I think the container is killed if there isn't an health check
2 months ago
I appreciate you helping the community tremendously, but this isn't true, please verify these kind of claims before mentioning them.
brody
I appreciate you helping the community tremendously, but this isn't true, please verify these kind of claims before mentioning them.
2 months ago
Thank you for clarifying. Based on your confirmation, we can rule out a missing health check as the cause.
To summarize, this non-web service (universe-builder) enters an immediate crash loop, and we have now exhausted all debugging options on our end:
The service crashes even when its start command is a simple
sleep 3600.We have tried deploying using both the default Nixpacks builder and a custom Dockerfile; both methods result in the same crash loop.
We have confirmed there is no public networking, exposed port, or health check path configured for this service.
Appreciate you assistance.
2 months ago
Hello,
Unfortunately I cannot help with application or configuration level issues, I'll leave that to the community, I had just popped in to clarify the incorrect information given.
brody
I appreciate you helping the community tremendously, but this isn't true, please verify these kind of claims before mentioning them.
2 months ago
That's why I've said "I think" but I'll pay more attention in the future, thanks