conductor
conductor copied to clipboard
Java Client Poll scheduler not work as expected
Describe the bug I have more than 100 workers in an application which poll task from conductor server every 10ms. Some tasks never polled for a long time. It seems ScheduledThreadPoolExecutor with 100+ threads can handle properly.
any suggestion to improve the polling performance?
@apanicker-nflx