Donal McBreen

Results 24 issues of Donal McBreen

The max-size log opt is not valid for all logging drivers, such as syslog. Allow the option to be removed from the boot config with: ``` kamal proxy boot_config set...

Allow `--metrics_port` and `--debug` options to be set via the boot config. `--metrics_port` support will come in kamal-proxy v0.8.8, so this option doesn't work right now. This will be updated...

Rails is getting a new feature called [Active Job Continuations](https://github.com/rails/rails/pull/55127), which will allow jobs to be interrupted and resumed. For this to be integrated with Resque, we need to know...

With Kamal 2.0 the plan was to have kamal proxy as a zero config proxy, so that you could run multiple apps through a single proxy instance without configuration conflicts...