Hi, all
I use ArcGIS Runtime Local Server(200.1) and ArcGIS Maps SDK for .Net(200.2). As the title says, i created a geoprocessing package (.gpkx) in ArcGIS Pro(3.02) involving a custom geoprocessing script tool, and executed it with Local Server, it spent too much time waiting to get results(it takes about 6 seconds). I made many attempts to reduce time consumption, but with no success, i encountered the following situation that made me wonder:
1.If the time-consuming of executing the geoprocessing package is less than 1 second, it needs to wait about 1.1 seconds to get the result.
2.If the time-consuming of executing the geoprocessing package is more than 1 second(such as 1.35 second), it needs to wait about 6.1 seconds to get the result. why?
For the second situation, the job's Message shows as follows :
Job's Messages
Can some help me please? thanks