How can I know what job has been exceeded memory limit? #35427
Unanswered
paintmeyellow
asked this question in
Q&A
Replies: 3 comments 3 replies
-
@Nikitos096 Have you checked out Laravel Horizon? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also running into similar issue, I want to know when memory leaked and rollback the logic inside job. Currently I can just stop committing but no rollback . |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
After exceeded memory limit job is just stopping??
Is there any way to log it?
php -d memory_limit=50M artisan queue:work
Beta Was this translation helpful? Give feedback.
All reactions