Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Conversation

@mbland
Copy link
Contributor

@mbland mbland commented Sep 23, 2015

config.payloadLimit wasn't getting passed to the hookshot constructor as it should have been, and therefore wasn't having any effect. This happened after the refactoring in #31 that generalized the creation of webhook listeners via config.builders, but no longer passed the jsonOptions object to the hookshot constructor.

On top of that, my changes in coreh/hookshot#12 still haven't been merged, and I hadn't made sure that my custom 18F/hookshot#json-options branch was installed. (See also 18F/hookshot#14 and 18F/hookshot#15.)

Both issues are presently rectified in production via this change (by fetching this branch and running npm install in the host repo). I confirmed this by resending the webhook from 18F/web-design-standards that caused the server to fail earlier this evening, and observing a successful build in the log file.

cc: @arowla @afeld @maya @mollieru

config.payloadLimit wasn't getting passed to the hookshot constructor as it
should have been, and therefore wasn't having any effect.
@mbland mbland added the bug label Sep 23, 2015
@mbland
Copy link
Contributor Author

mbland commented Sep 26, 2015

Closing this, since the running server has been superseded by the 18f-pages-server npm from 18F/pages-server.

@mbland mbland closed this Sep 26, 2015
@mbland mbland deleted the custom-hookshot branch September 26, 2015 18:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants