newaperio / custodian

GitHub bot to manage routine tasks.
https://newaperio.github.io/custodian
MIT License
4 stars 1 forks source link

Process payload in the background #1

Closed lleger closed 6 years ago

lleger commented 6 years ago

Right now, payloads are processed in the request. After accepting the payload, we should spawn a new process to do the work in the background.