Hi,
We are using New Relic APM and our application sends out Custom Events, some of these events are triggered on instances not running php-fpm, instead they’re primarily command-line based.
We are using Laravel Queues to manage data, one of these queues send an event, lets call it “NewRelicEvent1”, if we manually trigger this event in Laravel Artisan, we can see this when we query our data.
Unfortunately when the event is triggered through an automated queue, it does not appear in New Relic, and the agent logs show no errors.
Is there any solution to this? We found documents from 2016 suggesting New Relic added a laravel_queue feature flag, but can find nothing else after that to suggest what might have been done.