tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
237 stars 52 forks source link

Increased CPU consumption #183

Closed LeonidVas closed 1 year ago

LeonidVas commented 2 years ago

As a result of constant requests from fiber queue_state_fiber CPU consumption of tarantool at idle time increased from 12% to 33%. Increasing timeout to 0.1 (https://github.com/tarantool/queue/blob/2e01cb5b60322ea62d1b8d69c6f1d360ca38ee8e/queue/abstract/queue_state.lua#L79) helps.