Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
sys_trigger records (jobs) with a priority > 100 can experience delays in executing - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • sys_trigger records (jobs) with a priority > 100 can experience delays in executing
KB0777631

sys_trigger records (jobs) with a priority > 100 can experience delays in executing


2129 Views Last updated : Apr 8, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

ASYNC business rule jobs do not process in a timely fashion. This can be because the business rule (with 'when to run' = async) ) is configured with a priority greater than the OOB value of 100 eg 5000, which means these jobs will have a lower priority than the majority of the jobs on the platform, so they will only run once all existing jobs have successfully executed.

Cause

1) Identify the Business Rules with high priority value 

System Definition > Business Rules - look for an ASYNC BR with a 'priority' higher than 100 (i.e. 5000)

(you may need to customise the list view to include the priority column)

 

If they exist , the jobs that are spawned by these business rules will be processed after jobs with higher priority (lower number) have been processed. This is expected behaviour.

You can view the list of o/s jobs by opening sys_trigger.list, and then sort by priority.

 

 

Resolution

Ensure that your jobs/BRs are configured with the correct priority for your business needs. Most jobs are configured with the priority of 100, so if you just want these ASYNC business rule jobs to join the 'normal queue', then set with a priority of 100. 


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.