CloudRun pub/sub implementation #3078
mitjazeleznikar
started this conversation in
General
Replies: 1 comment 2 replies
-
You have to use the Laravel container to call the handle method, as the handle method has dependencies.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are using cloudrun for running laravel app, and pub/sub to handle queued jobs. Jobs are processing by code snippet below, how ever, we experience problems with Maatwebsite\Excel\Jobs\QueueExport job handling.I receive error
ArgumentCountError: Too few arguments to function Maatwebsite\Excel\Jobs\QueueExport::handle()
Code snippet:
QueueExport handle method expects Writer instance....
Do you have any suggestion on how to handle job in this case.
Beta Was this translation helpful? Give feedback.
All reactions