You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/29 22:03:23 UTC

[GitHub] mdeuser opened a new pull request #3031: WIP: Return 202 for trigger fire requests

mdeuser opened a new pull request #3031: WIP: Return 202 for trigger fire requests
URL: https://github.com/apache/incubator-openwhisk/pull/3031
 
 
   Currently, trigger fire requests are blocked by db writes (storing trigger activation).  In times of extreme db latency, a storm of trigger fire retries can occur - further stressing the system.  This PR relaxes the trigger fire response dependency on the trigger activation db write avoiding unnecessary trigger retries when activation writes are excessively backed up.
   
   - Return 202 for trigger fire requests.  Still include activation id in response body as before
   - asynchronously write the trigger activation record to the db
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services