-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[poller-lambdas] limit concurrency of lambda to two (rather than one)
only one lambda should be happening at once, however the lambda queues up its next execution whilst it's still running, so concurrency of 2 should prevent throttling, but also guard against it going haywire
- Loading branch information
1 parent
7cf1ec3
commit 7260e5c
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters