Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Lack of Memory when failing a job with wrong variable passed on the method fail() #45291

Merged
merged 5 commits into from Dec 14, 2022

Commits on Dec 11, 2022

  1. Fixed bug on Batchs Jobs Table

    If the batch has more than 1000 errors the function Bus::findBatch() fails because the database cuts down the words when reach is limit and then the seventh argument returns null because can't be json decoded.
    Fairydx committed Dec 11, 2022
    Copy the full SHA
    232150a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Update batches.stub

    taylorotwell committed Dec 12, 2022
    Copy the full SHA
    b6c9699 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Copy the full SHA
    7f867ad View commit details
    Browse the repository at this point in the history
  2. Fixed Lack of Memory when failing a job

    Added validation to ensure that the $exception is a Throwable instance or is null, because if we pass another type of variable in the fail() method, the fail method enters an infinite loop until the php process crashes due to lack of memory
    Fairydx committed Dec 13, 2022
    Copy the full SHA
    82f9a81 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    10e173b View commit details
    Browse the repository at this point in the history