fix: encode linkedin handles for enrichment requests#3840
Conversation
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
2 similar comments
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Note
Low Risk
Small, localized changes to URL construction and a batch-size constant; main risk is minor behavior change for handle encoding and slower throughput due to reduced per-run member limit.
Overview
LinkedIn enrichment requests to Crustdata and ProgAI LinkedIn Scraper now
encodeURIComponentthe handle when constructing thelinkedin.com/in/...URL, preventing malformed requests for handles with special characters.The
triggerMembersEnrichmentworkflow reduces the per-run fetch limit from 1000 to 500 members, lowering batch size/concurrency pressure per Temporal run.Written by Cursor Bugbot for commit b6c2f50. This will update automatically on new commits. Configure here.