sambit
sambit
@djmb Still unable to make it work.. Here is the error I'm getting (even though bin/jobs starts successfully via my Procfile.jobs): ``` RROR (SSHKit::Command::Failed): Exception while executing on host 192.168.5.38:...
seems like the "target failed to become healthy" is a potential issue even with `proxy: false` set
I tried removing the "deploy_timeout" line in `deploy-worker.yml` and it reverted to 30s timeout. but the error message still apppears: ``` Releasing the deploy lock... Finished all in 181.5 seconds...
Curious if 37s devs just run bin/jobs on metal without dockerizing first... dockerizing and deploying on kamal would be nice imo even so it technically works with a rails app...
thanks for the suggestion! adding `proxy: false` under the `web` key instead fixes my issue!!
I just use a separate Dockerfile for my worker and a separate `deploy-worker.yml` with the `web` key and a separate Procfile. Hope this helps..