Automation Rule Throttled - Exceeded Processing Time Limit

Diego Martínez February 4, 2025

 

 

Hi everyone,

I'm experiencing an issue with an automation rule in Jira Data Center where it gets throttled due to exceeding the allowed processing time limit. The error message states:

"Automation for Jira has exceeded the allowed total processing time for this rule. Maximum allowed processing time over 12 hours is (in seconds): 3600."

 

 

sobrecarga automation.png

 

Has anyone encountered a similar issue? Any suggestions on how to optimize this rule to prevent it from being throttled?

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2025

Hi @Diego Martínez 

If you look at the top of the rule in its details, did you enable the "Allow Rule Trigger" option?

https://confluence.atlassian.com/automation/create-and-edit-jira-automation-rules-1141480599.html

If so, your rule is recursively triggering itself whenever a time tracking field changes, and so likely using up your limits for both "loop detection" and processing time: https://confluence.atlassian.com/automation074/service-limits-1141481147.html

The "Allow Rule Trigger" option should be used cautiously and only when absolutely needed.  Otherwise it could create many types of rule errors and update collisions.

 

Next, your rule is making three edits to the same issue.  That could be done with one single edit to cut the processing time by approximately two-thirds.

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer