TypeError: no implicit conversion of Hash into String #319
artsiompeshko
started this conversation in
General
Replies: 2 comments
-
Let me know if any additional context might be helpful to help with the investigation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's weird, but redeploying k8s pods resolved the issue for now. It can still happen sporadically. For those who use https://github.com/bensheldon/good_job#retries: a potential hotfix is to add auto-rerties on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First of all, thanks for the amazing gem!
Issue
We recently faced with a huge spike of the following errors:
and
That happens in two cases:
@notification = params[:record].to_notification
in mailers when sending notifications from jobs (impl https://github.com/bensheldon/good_job).params
after deserialization.Observations
The issue happens sporadically. If we retry the job with email sending it finally comes through after <=8 attempts 🤷♂️.
Environment
We are using ruby
ruby-3.0.4
, rails7.0.4
, noticed1.6.2
, good_job3.16.1
, and PgSQL13.7
.Beta Was this translation helpful? Give feedback.
All reactions