Automation: Task Limit Reached
The "You have reached the limit of tasks" error in Automation indicates that you have exceeded the number of billed tasks allowed in your pricing plan for the current billing period.
A billed task is any successful execution of an Action component within an automation run. The key factors affecting task consumption include:
- The complexity of the automation.
- The number of action components executed.
- The presence of loops, such as Foreach components.
Note: Skipped or failed actions do not count as billed tasks.
For example:
- If an automation executes 3 action components successfully while skipping 3 others, it will count as 3 billed tasks.
- If an automation runs 4 action components but 2 of them fail, it will count as 2 billed tasks.
You can monitor the number of billed tasks used in your automation logs under the Monitor and Log tabs.
This error typically occurs due to one of the following reasons:
- Exceeding the Plan Limit: If your automation has executed more successful action components within a month than are available in your plan.
- Complex Automations with Loops: Automations that involve loops (Foreach components) may execute action components multiple times, consuming more tasks than expected.
- High-Frequency Execution: If your automations run frequently, they can quickly reach the monthly limit.
If you encounter this error, consider upgrading the plan or optimizing your automation workflows:
- Minimize Foreach component usage where possible.
- Review logs to identify high-consumption automations and optimize them.
If upgrading is not an option, you will need to wait until your task limit resets at the beginning of the next billing period.
Related Articles
Data Integration: You have reached the limit of records
The error "You have reached the limit of records" usually occurs when the number of records exceeds the limit specified in your current Data Integration product plan. To resolve this issue, you have a few options: Upgrade your plan to increase the ...
Backup Plan Storage Limits
When using a backup solution, monitoring storage capacity is critical for smooth operation. Once the backup plan’s storage limit is reached, no further backups—whether manual or scheduled—will be performed until storage is freed, or the plan is ...
Skyvia Query: You have reached the limit of queries
If you encounter the message "You have reached the limit of queries," it indicates that you have exceeded the maximum number of queries allowed for your Free plan on Skyvia Query. The Free Query plan is designed for basic testing purposes and allows ...
Freshdesk: The Limit of Freshdesk API Calls Per Hour Has Been Reached
This error occurs on the Freshdesk side, indicating that the API call limit for the hour has been exceeded. For more details on Freshdesk's API limits, refer to their API documentation. Freshdesk enforces a limit on the number of API calls that can ...
Salesforce Report exports only 2000 records
Skyvia integrates with Salesforce via its API, inheriting both its features and limitations. One key limitation is the Run Report restriction, which limits data extraction to the first 2,000 rows of a report. For more details on this limitation, we ...