python-github-webhooks
python-github-webhooks copied to clipboard
allow background processing
this PR allows background processing of hook scripts. helpful for simple tasks that may run past the 10sec GitHub hook timeout, but don't require an elaborate queuing system.
I also added strict_slashes = False
to the Flask instance to prevent 308 redirects from causing GitHub to error out.