Table of Contents

Search

  1. Preface
  2. The Application Integration Console
  3. Process Server Configuration
  4. Deployed Assets
  5. Process Schedules
  6. Processes
  7. Process Server Health
  8. Process Metrics
  9. APIs
  10. Connections
  11. Guides
  12. Logs

Monitor

Monitor

Troubleshooting the Dispatch service

Troubleshooting the Dispatch service

When you use the dispatch service, you might face situations where you are unable to move forward.

The number of requests in the Executing column of the Request Dispatch Service page is different from the number of processes running on the Active Processes page. I'm sure that my requests have not timed out.

Potential Reason: You have invoked a process that calls a subprocess.
Potential Solution: On the
Deployed Process Version Detail
page, change the
Persistence Type
setting for the process and subprocess and retry the process invoke.
Toggle between persistent (
Full
or
Persist
) and non-persistent (
Final
,
Brief
, or
None
) settings

I invoked a process 5 times but I see hundreds of requests in the Queued column. These requests are moving slowly and I think my Secure Agent is going to crash.

Potential Reason: You have invoked a process that calls a subprocess that in turn calls a subprocess. This layering might go deep.
Potential Solution: Create multiple dispatch services for the different sub processes that your process calls. Each dispatch configuration runs and throttles services individually, which speeds up service execution.

0 COMMENTS

We’d like to hear from you!