You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ExportJob setup to run on the Redis connection on a customer export queue. When running this queue everything starts off fine.
But when Maatwebsite\Excel\Jobs\QueueExport job is done from the package then the Maatwebsite\Excel\Jobs\AppendQueryToSheet will only seem to run when I run the normal default queue.
Is there no way to get the AppendQueryToSheet job to also run on the Redis connection queue same as the other job?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I have a ExportJob setup to run on the Redis connection on a customer export queue. When running this queue everything starts off fine.
But when
Maatwebsite\Excel\Jobs\QueueExport
job is done from the package then theMaatwebsite\Excel\Jobs\AppendQueryToSheet
will only seem to run when I run the normal default queue.Is there no way to get the
AppendQueryToSheet
job to also run on the Redis connection queue same as the other job?Beta Was this translation helpful? Give feedback.
All reactions