-
Notifications
You must be signed in to change notification settings - Fork 254
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
Parallel::UndumpableException: OpenSSL::SSL::SSLError: SSL_read: decryption failed or bad record mac #291
Comments
|
We have run into this issue too:
Hope it helps, we disabled parallel execution for now, let me know if there is anything else I can provide. |
and you are using a different connection in each parallel process ? (reconnected ?) |
Not that I know of, are you saying that this is basically a disconnect and I should try the approaches in the readme? (https://github.com/grosser/parallel#activerecord) |
|
Hello,
We are getting Openssl related errors when we try to use 'parallel' gem for our time consuming process.
When we run the above script, its running fine and then after some time, its throwing the below error and exit.
Any thoughts?
The text was updated successfully, but these errors were encountered: