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
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
The text was updated successfully, but these errors were encountered:
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 (withJobname::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
The text was updated successfully, but these errors were encountered: