Andrew Lau

Results 16 comments of Andrew Lau

Is there anything holding up getting this merged? Happy to help, would like to use this.

Digging deeper, I entered the container and sent the SIGTERM signal to the npm process and that worked. It's weird because other containers like php haven't been seeing this issue....

Yes! That sounds about right, sending the SIGTERM to the started node module works (seem to always be pid 23(?). pid 1 which is npm seems to just be ignored....

Is it something that could make it's way into the base image so all container images will be able to take advantage of this? dumb-init seems to be making it's...

@bparees is this something which could be accepted into the base image if I attempted a PR? I'm not sure where this should be tracked.

It does seem to effect other images that don't use the default command, eg. we have a php s2i container that is executing a long running php command. It also...

Looks like certbot is not being installed, you have a missing package can you try install this first then re-run the installer? ``` apt-get install software-properties-common ```

Here is the latest commit: ``` commit 14391b4a30c7082cedaa2717a0c2efaf9ebc0cdd (HEAD, tag: 0.10.14, origin/master, origin/HEAD, master) Author: Bohdan Khorolets Date: Thu Mar 17 16:08:48 2022 +0200 fix: Fix broken find parent tx...

Cargo.toml ``` [package] name = "indexer-explorer" version = "0.10.14" authors = ["Near Inc "] edition = "2021" [dependencies] actix = "=0.11.0-beta.2" actix-rt = "=2.2.0" # remove it once actix is...

I haven't been able to reproduce it with a guarantee. For reference I'm using the Dockerfile