when i run 20 worker,and from sanic log i find different worker has unevent requests,like that:
260 [131]
339 [130]
384 [132]
395 [129]
497 [134]
677 [138]
958 [141]
1499 [133]
1867 [137]
2882 [135]
4521 [139]
6464 [140]
9375 [136]
12543 [142]
15313 [144]
18137 [143]
20820 [145]
23486 [148]
23860 [147]
we can see that some worker has 20000 requests,and some only has 300 requests,what the reason of that,and how to solve this problem,make every worker has uniformity requests?
thanks