hanqingwu commented on issue #12398:
URL: https://github.com/apache/apisix/issues/12398#issuecomment-3043280738

   Yes , I think root cause is that `events:register` not thread safe .  when 
multi work process concurrent call events:register, some register info will 
overload by other work process ,so  this work process can not get `events:post` 
.   `discovery_consul_callback`  can not be called . this work process always 
503 happen. 
   
   So , If your env is not high concurrency ,  set worker_processes to 1 should 
fix this temporarily.
   Final solution need be discussed. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to