ruby on rails - What is difference between perform_in and perform_async in sidekiq? -


i want update old sidekiq jobs new time interval. how can ? possible through perform_in option. in addition want know clear difference between perform_in , perform_async.

you have pass perform_in time. perform_async gets pushed queue right away. other they're same. you'd call perform_in(10.minutes)


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -