Couldn't you add the "1>/dev/null 2>&1" stuff to your call to exec() that runs the long running script?
orrd said:
Couldn't you add the "1>/dev/null 2>&1" stuff to your call to exec() that runs the long running script?
Unfortunately, that doesn't work. Also, I need to write the output of the script to a file for the results.
Edit: I believe I can work around this issue using a daemon queue worker instead of the normal listener. The worker behaves as expected and sets off the child processes without waiting on them.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community