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
DelayedJob ActiveRecord 4.0.3 doesn't allow mass assignment of several attributes. As a result, the reload button doesn't reset the job as much as it wants to. Specifically
DelayedJob ActiveRecord 4.0.3 doesn't allow mass assignment of several attributes. As a result, the reload button doesn't reset the job as much as it wants to. Specifically
attr_accessible :priority, :run_at, :queue, :payload_object,
:failed_at, :locked_at, :locked_by, :handler
So, attempts and last_error aren't reset. Due to the backoff in DelayedJob, not being able to change attempts is a problem.
The text was updated successfully, but these errors were encountered: