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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -