We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434c51e commit 1a04b5fCopy full SHA for 1a04b5f
app/helpers/constants.py
@@ -318,4 +318,4 @@ class ArgoCDSyncStatus(StrEnum):
318
319
PR_SANDBOX_NAME_PATTERN = r"pr-\d*-[0-9a-f]{6}"
320
321
-DEDUPLICATION_TTL = 40
+DEDUPLICATION_TTL = 30
app/helpers/validations.py
@@ -24,8 +24,6 @@
24
from app.helpers.utils import get_secret
25
from app.models.request_models import GithubWebhookRequest
26
27
-redis_client = False
28
-
29
30
async def validate_signature(request: Request):
31
"""
0 commit comments