Skip to content

Commit

Permalink
chnage the number to 12 so we dont have two 10 there
Browse files Browse the repository at this point in the history
  • Loading branch information
kavehmz committed Mar 3, 2018
1 parent ed09c47 commit cffd041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Jobber is an idea and a sample implementation to use AWS Lambda functions for mi

For both AWS Lambda and Google cloud functions there are two catches. They have __high startup time__, near 10ms, and they have __mininum 100ms__ time granuality.

It means if I want to serve my http requests that take 10ms, first I will face near 10ms __delay__ just to start the function,
then both platforms will charge me for 100ms of time, even though I just needed 10ms. This makes Cloud function not suitable for
It means if I want to serve my http requests that take 12ms, first I will face near 10ms __delay__ just to start the function,
then both platforms will charge me for 100ms of time, even though I just needed 12ms. This makes Cloud function not suitable for
normal usage.

Here will eliminate both issues.
Expand Down

0 comments on commit cffd041

Please sign in to comment.