Raven icon indicating copy to clipboard operation
Raven copied to clipboard

Custom Queues config

Open pulkitjalan opened this issue 10 years ago • 7 comments

Added ability to specify the queue connection and the actual queue to write errors to via config

'queue' => [
        /*
        |--------------------------------------------------------------------------
        | Connection
        |--------------------------------------------------------------------------
        |
        | Set the connection to use from the list in config/queue.php
        |
        */
        'connection' => '',

        /*
        |--------------------------------------------------------------------------
        | Queue
        |--------------------------------------------------------------------------
        |
        | Set the queue to use for raven
        |
        */
        'queue' => ''
   ]

pulkitjalan avatar Aug 21 '14 07:08 pulkitjalan

Fixed tests

pulkitjalan avatar Aug 21 '14 07:08 pulkitjalan

updated readme

pulkitjalan avatar Aug 21 '14 08:08 pulkitjalan

Great thanks! I'll try to find some time over the next couple of days to review & merge.

rcrowe avatar Sep 22 '14 19:09 rcrowe

Also improves error handling with queue jobs.

pulkitjalan avatar Sep 22 '14 19:09 pulkitjalan

Improving the error handling would be much welcome, as currently I sometimes find Beanstalkd crashed because it accumulated 70K tasks of exceptions that can't be sent to Sentry and thus get into a loop of trying to send exception, fails so throws exception, which it tries to send to Sentry, which fails and thus generates a new exception, which it tries to send to Sentry, which fails... ad aeternum, or until Beanstalkd keels over.

borfast avatar Sep 22 '14 19:09 borfast

Any word on this?

tomschlick avatar Nov 14 '14 20:11 tomschlick

Any news on this?

pulkitjalan avatar Dec 18 '14 05:12 pulkitjalan