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
Sometimes this addition fails with the following error:
TypeError: no implicit conversion of Float into String
We use Resque as queuing backend for ActiveJob and, browsing the Failures section of its web interface, I found out that the total_time job argument was sometimes saved as a string instead of a float (I'll omit other job arguments with potentially sensitive information):
I have stumbled upon this weird error lately affecting the
adjust_total_time
method in theIteration
module:Sometimes this addition fails with the following error:
We use Resque as queuing backend for ActiveJob and, browsing the Failures section of its web interface, I found out that the
total_time
job argument was sometimes saved as a string instead of a float (I'll omit other job arguments with potentially sensitive information):My guess is a problem occurring either during the serialization or deserialization of
job-iteration
extra arguments, but I cannot figure out which.The text was updated successfully, but these errors were encountered: