Replies: 3 comments 8 replies
-
Hi. This is the same as calling from php an api to process something in that target project queue. In this case you don't have to define the job in php just to send the data as it would for your proposal (not to mention that you would need the same job FQN in the Go processor). |
Beta Was this translation helpful? Give feedback.
-
I don't see why this will ever be a need, the solution already exists. |
Beta Was this translation helpful? Give feedback.
-
Maybe it would be useful, at least it would have been for some of my projects, to make the worker able to receive messages on plain json. This would allow third party services to send messages to be processed by laravel. It could be done this way: The message payload should have a field MessageType that could be match with some configuration on the queue.php file to map it to a job. I.e: { on queue.php it could be mapped with something like this: 'worker_map' => [ What do you think? |
Beta Was this translation helpful? Give feedback.
-
Foreign Worker:
I'd like to implement this software on Go, but don't know whether it's valuable use case: some months ago I raised the same question on Yii Queue repo without success.
Or possible it may be done straightforward and does not require any additional framework/library/package
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions