Alexandre Cruz
Alexandre Cruz
I've faced a similar problem. Are you able to send email with any other tool? When using some cloud providers, smtp ports are blocked by default. Please, check if its...
eee, eeeee!!!
I am also looking for a solution to this. Running Franken only fires trace for the `php artisan octane` (on startup). I've tried using direct trace to Elastic/New Relic, and...
@Nelwhix running queue with `sync` invokes the job synchronously with your code. if you use Redis or database drive, the workers are handling the Job. Since that's happening, the trace...
@Nelwhix I don't think that's possible for an async job since it's not running within the request cycle. Instead, it is running as a separate thread/process in the background. There...
I did not particularly test this solution, but Spatie has a TraceAware job that seems to send the same trace ID when running the job to combine results. You can...
@hedge-freek can you share the stack trace?