Automation: Task Limit Reached
Overview
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.
How Billed Tasks Are Counted
For example:
- If an automation executes 3 action components successfully while skipping 3 others, it counts as 3 billed tasks.
- If an automation runs 4 action components but 2 of them fail, it counts as 2 billed tasks.
You can monitor the number of billed tasks used in your automation logs under the Monitor and Log tabs.
Common Causes
- Exceeding the Plan Limit — 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.
Resolution
Consider upgrading your 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, wait until your task limit resets at the beginning of the next billing period.
Useful Links
Related Articles
Data Integration: You have reached the limit of records
Overview The error "You have reached the limit of records" means your Skyvia account has consumed all records included in your current Data Integration plan for the billing period. No further records will be processed until the limit resets or you ...
Marketo: Daily Quota Reached
Overview In some cases, you may encounter the "Daily Quota Reached" error. This error originates on the Marketo side and is typically caused by API limits being exceeded due to high data volume. When large objects such as Activities and Leads are ...
Freshdesk: The Limit of Freshdesk API Calls Per Hour Has Been Reached
Overview This error occurs on the Freshdesk side and indicates that the hourly API call limit has been exceeded. Skyvia interacts with Freshdesk via its API, and depending on the API version and object type, a large number of API calls may be ...
Skyvia Query: You have reached the limit of queries
Overview The error message "You have reached the limit of queries" indicates that your Skyvia account has exceeded the maximum number of queries allowed under the Free plan for the current day. No additional queries can be executed until the limit ...
Salesforce API errors: TotalRequests Limit Exceeded / ApiBatchItems Limit Exceeded
Overview The TotalRequests Limit Exceeded and ApiBatchItems Limit Exceeded errors are Salesforce-side governor limits. They are not related to Skyvia's own limits. When these limits are reached, Salesforce rejects all further API calls until the ...