QuestionQ9

Given a scenario, identify how to troubleshoot and debug AEM Sites solutions

An AEM server is overloaded because too many workflows are running concurrently. The developer decides to reduce the number of concurrent workflows.

What should be configured to reduce the number of concurrently running workflows?

  • A The number of threads in Scheduler
  • B The number of threads in Apache Felix Jetty Http Service
  • C Launchers for each workflow
  • D Maximum Parallel Jobs in OSGI console
Explanation

AEM limits concurrent workflow processing through the Apache Sling Job Queue configuration for the Granite Workflow Queue. Its Maximum Parallel Jobs property sets the maximum number of workflow jobs that can run in parallel; lowering it reduces workflow concurrency.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!