You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my bug tracker I'm starting to see a fair few of these:
no match of right hand side value: {:error, %Redix.ConnectionError{reason: :timeout}}
Which is being called from Exq.Redis.Connection.zcard!/2etc. Having a look at the implementation each of the bang functions expect an ok tuple (which is fine). Just wondering if you'd be open to a pull request which catches the error and reraises with something specific to Exq so that I can filter out just those exceptions and not all redix connection errors?
In my bug tracker I'm starting to see a fair few of these:
Which is being called from
Exq.Redis.Connection.zcard!/2
etc. Having a look at the implementation each of the bang functions expect an ok tuple (which is fine). Just wondering if you'd be open to a pull request which catches the error and reraises with something specific to Exq so that I can filter out just those exceptions and not all redix connection errors?I was thinking something like:
Thoughts?
The text was updated successfully, but these errors were encountered: