fix: strip webhook URL whitespace and unify retry endpoint (#5550)

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan 2026-04-19 11:31:54 -04:00 committed by GitHub
parent 88f8a663d1
commit 4b93199b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 25 additions and 49 deletions

View file

@ -4677,6 +4677,9 @@ class WorkflowService:
)
return
# Strip whitespace from the webhook URL to handle user input with leading/trailing spaces
workflow_run.webhook_callback_url = workflow_run.webhook_callback_url.strip()
signing_api_key = api_key
if not signing_api_key:
org_api_key = await app.DATABASE.organizations.get_valid_org_auth_token(