Limits and Timeouts
Note: The following numbers are applied to public on-demand accounts. Private cloud accounts can have different limits and timeouts.
Automation Rules Limit: number of UI blocks
60 is the limit on the number of UI blocks in one rule. Data Source block, each filter block and each action block are counted.
Examples of UI blocks:
Automation Rules Limit: number of actions performed by Javascript code
1000 actions maximum can be done by a rule using Javascript.
One action is one command that is returned. It can be any kind of command: the state change of one User Story, a new comment to a request, the creation of a related bug, the change of some fields, http request, etc.
For example, here we have two commands (so 2 actions) returned:
Automation Rules Limit: time intervals
Time Interval for the Time-based rules can be between 15 minutes and 90 days.
Automation Rules Timeouts
| Timeout type | Timeout value | |
|---|---|---|
| The timeout for the entire rule execution (including waiting for responses from API calls or Http requests) | 10 minutes | /api/v1/TaskHistories /api/v2/TaskHistories /api/history/v2/Task |
| Execution of one JavaScript action block | 20 seconds | |
| Time to query Targetprocess data via REST API in JavaScript block | 10 seconds | |
| Timeout for any http request | 10 seconds | |
| CPU time - how much time was the corresponding Linux process actually spending CPU (doing some calculations, parsing, etc.) | 1 second |