ruby on rails - How edit job in sidekiq queue? -
i have queue happened contain wrong parameters perform_async worker. don't want loose jobs, edit arguments succeed next time or on forced retry.
is possible?
sidekiq stores jobs in redis maybe try using gui redis (like http://redisdesktop.com/) find job need update, edit, save. can done in loop update multiple of them.
Comments
Post a Comment