sambit
sambit
> > @34code BTW, in the meanwhile you can just use a Rodauth hook: > > > > > > ```ruby > > > before_create_account_route do > > > rails_controller_instance.send(:check_captcha)...
perfection! https://tenor.com/view/perfection-michael-fassbender-steve-jobs-movie-gif-16929303
somehow setting "proxy: false" still triggers healthcheck...
nvm.. I think i need to provide a reasonable "readiness_delay: N" and not have the rails app run inside the Procfile.. will test and close this issue asap.
Setting a long "readiness_delay" also doesn't fix the problem.. The only working solution is to have the rails app side by side in the Procfile for now...
thanks! will try and report back!
doesn't seem to be healthy.. i.e. somehow healthcheck is still running? even with `proxy: false` set and a long `deploy_timeout: 120` set.. Here are the last few lines of the...
ah.. just noticed the "first web container is unhealthy".. perhaps this is related?
I have a regular alpha version of my site deployed to the same host as so: The two deploy.ymls share the same few lines below.. ``` # Deploy to these...
@djmb not yet... would like to be able to deploy my worker process (bin/jobs) without my app beside it for healthcheck with two entries in the Procfile.. I'll try again...