Wandenberg Peixoto
Wandenberg Peixoto
Add the functionality to multiple servers works as a cluster, without use external tools like redis or memcached
Add a way to publish a message to a specific user using filters, like in the example bellow. The publish could look like /publish?Channel=B&filter=[{key=userid, val=12345}]&limit=1 Only first user matching userid=12345...
When the connection_pool gem is not able to return a connection from the pool during the time configured at pool_timeout, it raise a Timeout::Error. Which is not properly handled and...
This is the same pull request as #329, just rebased (I'll close the old one) Add a timeout to read socket to be possible stop the process when the server...
Fix retry operations when the cluster is recofigured or when the connection is reset even when authentication is on
If the user want, can set a project name to the job. Jobs with same project name will be grouped on Radiator View. (updated version of #9 )