python-github-webhooks icon indicating copy to clipboard operation
python-github-webhooks copied to clipboard

allow background processing

Open philhagen opened this issue 5 years ago • 0 comments

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.

philhagen avatar Oct 19 '19 03:10 philhagen