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

Prevent Buffering Output #152

Open
esetnik opened this issue Oct 13, 2018 · 1 comment
Open

Prevent Buffering Output #152

esetnik opened this issue Oct 13, 2018 · 1 comment

Comments

@esetnik
Copy link

esetnik commented Oct 13, 2018

Description
Is it possible to allow crunz to emit output as soon as it is generated by the task? I have a long running task which is executed by crunz and the output doesn't print to the log file until the entire job is complete. It'd be better to stream output instead of buffering.

@PabloKowalczyk
Copy link
Collaborator

Hello, yes it is possible - https://symfony.com/doc/2.7/components/process.html#getting-real-time-process-output. Would you like to provide a PR?

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

No branches or pull requests

2 participants