Worker poll configuration

I use temporal with springboot with the below config, and i want to know why it take too long to start execution and if there is any configuration to confiure the time of worker to poll and execute the activity or workflow ?


Can you show event history json for the associated ActivityTaskSchedule/Started/Completed events?
Note that ActivityTaskScheduled->Started is not necessarily indication of activity schedule to start latencies. ActivityTaskStarted event is written to history after last attempt of activity completes (so includes retries and execution times of each and last attempts as well).

From your config would try to increase num of workflow and activity task pollers from default 5 to. maybe 20 and see if that makes a difference