Skip to content

Problems with sidekiq and a lot of queues #5164

Answered by romange
gsmetal asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, latencies are really high. You can futher increase --interpreter_per_thread until lua_blocked_total statistics will stop heavily increasing, but besides this I can not help much. This should improve latency imho.

Seems that your lua scripts touch multiple hashtags that are spread across multiple threads but I do not know why and whether this can be fixed. tx_with_freq:4887835546,13646581,1077753,277821242,23,57,52,2114309,0,4,4,0 shows you have lots of multi-threaded transactions and these may have high latency and if they are contended on the same queue, the latency starts aggregating. As I said, that's the maximum (community) support we can give at this point.

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@romange
Comment options

@gsmetal
Comment options

@gsmetal
Comment options

@romange
Comment options

Answer selected by gsmetal
@gsmetal
Comment options

@gsmetal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants