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
I did a fairly massive rewrite of the entry.sh script. It mainly addresses:
In the past there were a number of regressions in sending the log to the console.
With my new version, sending the log to the console is done by a background process heavily using "tail",
but also taking care of line-buffering, changed log file etc.
And performance wise it uses much less calls to the various unix tools, as it doesn't poll any more.
Checking for process startup and process termination is more robust.
General rewrite, making the script more modular and robust.
So my question is: Should I make a pull request on the original entry.sh, resulting in a massive (and mostly useless diff),
or should I request pulling a new file?
Thx in advance
Harald
The text was updated successfully, but these errors were encountered:
Dear maintainers,
I did a fairly massive rewrite of the entry.sh script. It mainly addresses:
With my new version, sending the log to the console is done by a background process heavily using "tail",
but also taking care of line-buffering, changed log file etc.
And performance wise it uses much less calls to the various unix tools, as it doesn't poll any more.
So my question is: Should I make a pull request on the original entry.sh, resulting in a massive (and mostly useless diff),
or should I request pulling a new file?
Thx in advance
Harald
The text was updated successfully, but these errors were encountered: