Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.46k stars 867 forks source link

Allow for an option to set the body-parser limit configuration #1195

Open mpacific opened 6 years ago

mpacific commented 6 years ago

We are running into an issue where we need to adjust the body size, but Kue only implements body-parser with default options. This would allow for an environment variable to be set with the custom limit.