Pagination on FailedJobProviderInterface #51339
Unanswered
godwin-loyaltek
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, so while using the
FailedJobProviderInterface
to pull and display the failed jobs, my colleague and I have just discovered that there is no way to pull these data in batches/paginated. The only available method to get data isall()
which can result to an out of memory crisis in cases where there are a lot of failed jobs.Is it possible to create a method for paginating the data pulled so we can pull in batch and display on our views?
Beta Was this translation helpful? Give feedback.
All reactions