Commit 4739d48
authored
fix(memory-storage): don't increment
Increments the `handledRequestCount` counter only on the initial request `handledAt` / `orderNo` change. Subsequent `handledAt` changes do not increment the counter.
Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>handledRequestCount when updating a handled request (#3827)1 parent f04f62f commit 4739d48
2 files changed
Lines changed: 21 additions & 1 deletion
File tree
- packages/memory-storage
- src/resource-clients
- test/request-queue
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
53 | 73 | | |
0 commit comments