rubyonjets/jets

Background Jobs

Closed this issue · 0 comments

Most of the time we want to use the jobs to give faster api response and send the required request to the background jobs as it might take long for api response. But while using jets I came to know that when the Background Jobs triggered with API the api has to wait for whole job to be ran even with the trigger option perform_later.

While when I use Background Job in Rails we get a queue ID and then it runs in background.

Is there some other way to do that or this is a missing feature.