79523160

Date: 2025-03-20 13:57:46
Score: 0.5
Natty:
Report link

I think you need to use laravel queues

Octane::concurrently([
    'outer_concurrency' => function () {
        // Here try to despatch the queue 
          dispatch(function () {
            return 1;
          })->onConnection('octane');
    },
]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamran Khalid