You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/cloud/remote.md
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,41 +19,6 @@ Once you have your key you will need to [install the APId CLI](../installation/c
19
19
20
20
A reference on how use the CLI after installation for remote execution can be found [here](../cli/remote.md).
21
21
22
-
## Regions
23
-
24
-
APId cloud runs in multiple regions worldwide. Below is a list of the current ones. The default region is set to Washington.
25
-
26
-
| Region Name | Location |
27
-
| :----------- | :------------ |
28
-
| montreal | Montreal |
29
-
| washington | Washington |
30
-
| sanfrancisco | San Francisco |
31
-
| mumbai | Mumbai |
32
-
| tokyo | Tokyo |
33
-
| sydney | Sydney |
34
-
| dublin | Dublin |
35
-
| stockholm | Stockholm |
36
-
| frankfurt | Frankfurt |
37
-
| saopaulo | Sao Paulo |
38
-
39
22
## Timeouts
40
23
41
24
The execution timeout is set to 30 seconds. If your API does not respond within that time an error is returned.
42
-
43
-
## Billing
44
-
45
-
We've tried making the billing model as simple as possible. Each account has a quota of units they can use each month for running their tests on the cloud infrastructure.
46
-
47
-
Each unit corresponds to 100ms of execution time of a step - thus the response time of the API for each step.
48
-
49
-
You are not billed for any interpolation or step preparation (which is done on the machine you're running the CLI on).
0 commit comments