Skip to content

Commit 1a04b5f

Browse files
committed
fix: request deduplication
BB-10516
1 parent 434c51e commit 1a04b5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,4 @@ class ArgoCDSyncStatus(StrEnum):
318318

319319
PR_SANDBOX_NAME_PATTERN = r"pr-\d*-[0-9a-f]{6}"
320320

321-
DEDUPLICATION_TTL = 40
321+
DEDUPLICATION_TTL = 30

app/helpers/validations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
from app.helpers.utils import get_secret
2525
from app.models.request_models import GithubWebhookRequest
2626

27-
redis_client = False
28-
2927

3028
async def validate_signature(request: Request):
3129
"""

0 commit comments

Comments
 (0)