Dmitry Zolotukhin
Dmitry Zolotukhin
Actually, it seems that Heroku counts a pair of worker + web as one "dyno": - https://devcenter.heroku.com/articles/dyno-sleeping - https://www.heroku.com/pricing I run some other apps on the free tier with a...
In my case, the worker process stopped after 10-40 minutes, which also stopped updating feeds. The only way to restart it was to wait until the web dyno sleeps and...
Hi @macrel, Could you provide some details on how you're deploying the app into Google Cloud: * Are you using some sort of reverse proxy in front of the Mendix...
Hi @macrel, Removing `USER 1001` makes the container run as the root user by default and allows to use ports
Hi @btyeung, are you using the latest version of the Docker Buildpack from the `master` branch? If you're using a tag version (https://github.com/mendix/docker-mendix-buildpack/releases/tag/v2.4.0 or lower), then you'll need to specify...
Hello @JamesRamm, are you using the [v2.4.0](https://github.com/mendix/docker-mendix-buildpack/releases/tag/v2.4.0) version of the Buildpack? This version includes optimizations such as using multistage builds, deleting the JDK after the build completes and making the...
I was able to fix it by adding ``` inoremap ``` to my `vimrc` file. Maybe https://github.com/dense-analysis/ale/pull/4738 might work as a more reliable fix.
At the moment, CF Buildpack components are only compiled for AMD64 (x86-64). It's only possible to run Docker Buildpack on ARM64 systems through emulation or translation: * https://github.com/multiarch/qemu-user-static (works with...
@deviarchscs, that code is no longer necessary, since `/etc/passwd` is automatically patched by OpenShift 4: https://cloud.redhat.com/blog/a-guide-to-openshift-and-uids > By default, OpenShift 4.x appends the effective UID into /etc/passwd of the Container...
Have you tried the https://github.com/mendix/docker-mendix-buildpack/pull/181 feature branch?