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

[5.3] Catch errors when handling a failed job #16212

Merged
merged 14 commits into from
Nov 2, 2016
Merged

[5.3] Catch errors when handling a failed job #16212

merged 14 commits into from
Nov 2, 2016

Commits on Nov 1, 2016

  1. Catch errors when handling a failed job

    Handles errors when calling the failed method on a job. Could be
    ReflectionException or an exception with unserializing the payload.
    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    9dd1d9f View commit details
    Browse the repository at this point in the history
  2. Forgot a space

    Brian committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    914ba34 View commit details
    Browse the repository at this point in the history
  3. Try catch failJob

    failJob gets called from 2 separate places. Better to put this code
    around a try catch instead of in the try catch in handleJobException
    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    c1de491 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/fix-queue-failed-job-event' into…

    … fix-queue-failed-job-event
    
    # Conflicts:
    #	src/Illuminate/Queue/Worker.php
    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    bc95299 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'laravel/5.3' into fix-queue-failed-job-…

    …event
    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    2d51e3f View commit details
    Browse the repository at this point in the history
  6. Remove merge comments

    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    5d8d7ba View commit details
    Browse the repository at this point in the history
  7. Forgot a space

    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    1cfcbe2 View commit details
    Browse the repository at this point in the history
  8. Catch exception

    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    f86278b View commit details
    Browse the repository at this point in the history
  9. Style changes

    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    bc931b0 View commit details
    Browse the repository at this point in the history
  10. Catch exception

    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    b5e4f28 View commit details
    Browse the repository at this point in the history
  11. Remove line

    Brian McLachlin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    cc03e83 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Fix tests

    Brian McLachlin committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    1191786 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'laravel/5.3' into fix-queue-failed-job-…

    …event
    Brian McLachlin committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    ea81fcf View commit details
    Browse the repository at this point in the history
  3. Replaced empty catch with finally

    Brian McLachlin committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    f052310 View commit details
    Browse the repository at this point in the history