标签: 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运行的方式分析执行此操作?