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
What's the best way to fetch a list of all the completed/queued/errored tasks that have been queued? For example, with delayed_job_activerecord, you can just call Delayed::Job.all.
The text was updated successfully, but these errors were encountered:
What's the best way to fetch a list of all the completed/queued/errored tasks that have been queued? For example, with
delayed_job_activerecord
, you can just callDelayed::Job.all
.The text was updated successfully, but these errors were encountered: