使用Blackfire.io分析Laravel beanstalkd队列

时间:2015-07-21 00:35:44

标签: laravel laravel-4 beanstalkd blackfire

假设我有以下在beanstalkd队列服务上运行的Laravel 4.2队列代码:

Queue::push('Reporter\ImportReportData', ['report_request_id' => $id], 'import-reports');

有没有办法让Blackfire.io服务按照profile a CLI script通过cronjob运行的方式分析执行此操作?

0 个答案:

没有答案