esbenp / pdf-bot

🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs
MIT License
2.63k stars 142 forks source link

fix shift:all, the webhook is called one time only. #13

Closed Kirouane closed 6 years ago

Kirouane commented 6 years ago

This is due to the update of configuration object through processJob function

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.892% when pulling ae559034af55810f21171e8166ccdfbb59b56264 on Kirouane:fix-shift-all into f3546959e64b90fd1af1a022f7b70c3b2dc7074a on esbenp:master.

esbenp commented 6 years ago

thanks!