-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many open files #155
Comments
You need to upgrade to 4.0.13 I think the latest version is. Regarding too
many open files that should have nothing to do with this gem. There are
plenty of information on that specific subject on the interwebz.
|
Yeah, I increased the ulimit already, but this error was always happening namely on aquire_lock.lua line, seemed weird to me, that's why I posted here. |
Btw it seems it does work well with 4.0.13, thx. |
I'll have a look at it but the way it works is that the gem reads the contents of the file. The scripts are then cached in redis. The only time this would be a problem is if either the files was always read or the thing i would like to investigate the file is not closed. |
Seeing this in the sidekiq's log:
Also found the gem is not reliable some times, there are orphaned locks in the queue, and they supposed to contain the job id, but sometimes they contain one of these values:
[]
,null
,false
.UPD: all this was observed with
4.0.9
, just upgraded to4.0.13
, testing.The text was updated successfully, but these errors were encountered: