"Stopping Container" in the logs
floitsch
HOBBYOP

2 years ago

In my logs I have the following entry:

Stopping Container
level: "info"
deployment: d809cde7-2767-4e2d-bfc7-89ac12053617
replica: 7dd94228-4df8-4686-9542-8da6e3d778e4
service: d9ab2b13-9265-4757-97eb-282ac85f15fc

Nothing relevant before or after it.

The container seems to continue running, as the HTTP server still responds and there isn't any logging of it starting up.

However, this error message comes at a point where the server is shelling out, calling a utility program to extract some information. From what I can tell, that tool never returns.

I recently upgraded to Hobby, and I think that 8GB of memory should be plenty. How can I figure out why I get this log entry?

Solved

5 Replies

2 years ago

What issues are you actually facing?


floitsch
HOBBYOP

2 years ago

Basically, https://pkg.toit.io/github.com/toitware/toit-font-google-100dpi-roboto@1.2.0/docs/ does not complete.

Looking at the logs, I can see that it calls the toitdoc program to generate the documentation, but instead of getting a log-entry that the program succeeded, I get the log-entry from above.

I'm therefore assuming that something is interfering with the program, but I don't know what this log-message means.



floitsch
HOBBYOP

2 years ago

I attached the log. It doesn't contain the "Stopping Container" line (see the screenshot).

I'm guessing I was just unlucky. I redeployed, and the "Stopping Container" must have been from the old deployment.


Status changed to Solved Railway over 1 year ago


2 years ago

Sounds good!


Loading...