Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 10: Output to console via partyline in queue jobs? #10

Open
stefanschindler opened this issue Aug 29, 2024 · 0 comments
Open

Laravel 10: Output to console via partyline in queue jobs? #10

stefanschindler opened this issue Aug 29, 2024 · 0 comments

Comments

@stefanschindler
Copy link

stefanschindler commented Aug 29, 2024

Hi!
We are using Partyline a lot, it is a really great tool!

In our Laravel 10 project we have created a queued job that has Partyline output in it. We dispatch this job from different parts of the code, once synchronously (with dispatchSync), and once asynchronously (with Jobname::dispatch).

We expected to get output to the command line when running it synchronously from an artisan command, but it doesn't display anything.

Is there any possibility to get this output?

Thanks and best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant