Shil Sinha

Results 6 comments of Shil Sinha

If you're referring to the section listed under **Views** in the Internals chapter, that seems to have been fixed in the gh-pages branch. It should read **$el and $()**, referring...

>handleMatches is protected, the third libraries are only able to use it by reflection It can be called from any class extending `MetaClassImpl` (which is public) without reflection.

Thanks for reporting this, would you be interested in submitting a PR? You could adapt the solution from https://github.com/bee-queue/bee-queue/pull/316

@skeggse any reason not to catch `NOSCRIPT No matching script` errors in `Queue#_evalScript`, build the script cache, and retry?

Very exciting, I'd love to evaluate this in the @mixmaxhq wilderness.

This error is caused by a long running server-side lua script. As bee-queue is the only thing that uses redis, this script must be one of the scripts that bee-queue...