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:
[email protected]


With regards,
Apache Git Services

Reply via email to