You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think `perform_enqueued_jobs_while_exists` is clearer that it
continuously runs jobs while they exist (therefore allowing jobs which
create new jobs to fully finish).
Using `perform_enqueued_jobs` means we're using the same prefix as the
method which only performs jobs once.
0 commit comments