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

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

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