Christian-Manuel Butzke

Results 13 comments of Christian-Manuel Butzke

I encountered this too. I have the same opinion about @sonots gem, furthermore it is not working with puma. So, until we find something better, we will point the health...

I am having the same problem. I attached a Dockerfile to reproduce the problem. ``` FROM ruby:2.5.3-alpine ENV LANG=C.UTF-8 \ LC_ALL=C.UTF-8 \ LC_CTYPE="utf-8" \ TERM=xterm # install dependency package RUN...

UPDATE / WORKAROUND: I found a related issue here: https://github.com/ariya/phantomjs/issues/14186#issuecomment-381924432 Using the approach described there, I could make it work by changing the Dockerfile above to the following: ``` #...

@athornz Hello there, I might have the same problem. (Locally errors/messages are reported, but after deploying the errors/messages are not reported) I am aware, that I might ask something obvious...

Thanks for looking into this and the update! With option 1 and 3 being not feasible, option 2 still seems best, even though the deployment rate would be higher than...

Sorry for my late response, I will try to find the time to fix it. Thanks

I am not sure this is related, but I see timeouts and connection resets in all network communications. 45 *MINUTES* after deploy they usually settle. Does not happen with 1.7.1

@bengl I upgraded to v3.2.0 and tried to deploy the code as 1) an API service receiving traffic using express and 2) a job processing service using bull. The API...