Grab with limits
Version updated for yakubique/grab-limited to version v1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Full Changelog: https://github.com/yakubique/grab-limited/commits/v1
Grab with limits
Grab URLs with timelimit
Usage
- name: Grab with limits
id: list
uses: yakubique/grab-limited@v1
with:
name: test-*
Inputs
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
concurrency | string | false | "1" | Amount of requests at time |
endpoints | string | true | Endpoints to call (JSON array or file) | |
from_file | string | false | "false" | Load endpoints from JSON file |
headers | string | false | "{}" | JSON string with headers to include |
interval | string | true | Interval between queries (ms) | |
method | string | false | "GET" | HTTP call method |
retry | string | false | "1" | Amount of retries |
retry_pause | string | false | "300" | Pause between retries (ms) |
to_file | string | false | "false" | Save result to JSON file |
Outputs
OUTPUT | TYPE | DESCRIPTION |
---|---|---|
result | string | Result list in JSON format OR path to file |