Hi,
For SAP Kernel 7.4x, rdisp/rfc_min_wait_dia_wp is deprecated and the parameter rdisp/scheduler/prio_normal/max_quota and rdisp/scheduler/prio_low/max_quota can be used (SAP note 2001276-Changed configuration as of 7.40 SP2).
The parameter rdisp/scheduler/prio_normal/max_quota limits the maximal number of normal and low priority requests that can be processed in parallel.
you can use RZ11 to check the details about the parameters.
please Remove parameter rdisp/rfc_min_wait_dia_wp from profile, restart the system, Then the rdisp/scheduler/prio_normal/max_quota will take the default value 80%, low and normal requests can take up 80% of the work processes.
(Sync/Async RFC session, HTTP session are Normal priority )
it seems that you are using pRFC, GROUP is DEFAULT, please check if DEFAULT rfc group has enough resouce for processing.
But only 7-8 jobs are remaining active after scheduling and updating the database creating customer and rest of the jobs are finished in 1 second without updating anything
just in case, please let me confirm, what did you mean "rest of the jobs are finished in 1 second" ??
what is the job status ? cancelled , right ?
if job cancelled immediately, it means that at the time you dispatch a call, none of the application servers in the group has enough resources to execute the RFC.
Thanks and best regards,
Shi