Skip to content

2025 06 03 parallel credentials #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Resonance1584
Copy link
Contributor

No description provided.

Add support for fetching multiple tokens in parallel via JSON array input.
Replace individual token steps with single parallel action.
Add robust retry logic for network errors (TypeError) and HTTP errors.
Include random backoff strategy for retry attempts.
Update README with parallel usage examples and resilience documentation.
Maintain backwards compatibility with existing workflows.
Add support for fetching multiple tokens in parallel via JSON array input.
Replace individual token steps with single parallel action.
Add robust retry logic for network errors (TypeError) and HTTP errors.
Include random backoff strategy for retry attempts.
Update README with parallel usage examples and resilience documentation.
Maintain backwards compatibility with existing workflows.

Fix URL construction logging and error messages

Add detailed logging to show actual URLs being constructed for token requests.
Add input validation to ensure required name and path fields are present.
Improve error messages to show which specific token failed and what URL was attempted.
Log API base URL and token requests at start for debugging.
This helps diagnose issues like missing path parameters causing 404 errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant