Runner Environment
Hardware
Recommended Server Configuration | Deployment Target |
---|---|
4 cores, 4GB RAM, 30GB disk space | Self-hosted Runner |
- CPU: Since Runner executes scheduled tasks concurrently, the CPU should have at least 2 cores, 4 cores or more are recommended.
- Memory: Since Runner loads and generates a large amount of data during scheduled tasks, at least 4GB of memory is required; 8GB or more is needed for larger teams.
- Disk Space: To accommodate log storage, a minimum of 30GB of disk space is recommended.
Runtime Parameters
Parameter Name | Parameter Description | Example Value |
---|---|---|
TZ | ||
Configure the time zone for Runner execution. Scheduled tasks will run according to the set time zone and time. Refer to TZ identifier for configuration. | America/Los_Angeles |
Network Environment
Runner needs to communicate with the server. Ensure that the network environment of the server executing the Runner can access the Apidog server and supports the WebSocket protocol.
For scheduled tasks for automated testing, the server's network environment must be able to access all requested URLs to initiate requests normally; after running automated tests, test reports will be uploaded, please ensure that the server network environment can access AWS domain names.
For scheduled tasks that import data, ensure that the server's network environment can access the URL of the data source to be imported.