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
minor symfony#7159 [Process] Add explanation on how to make the Process survive a response (tristanbes, javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
[Process] Add explanation on how to make the Process survive a response
Fixessymfony#7151
It clarifies the situation for users that could be tempted to use the asynchronous `Process` feature to achieve long running task after the Response is sent which won't work.
It goes from no code execution (if you send a Response really fast) to partial code execution.
Commits
-------
cdf248c add a caution block about php-fpm pool
020f1b7 Fixed some syntax issues
64de236 Add explanation how to make the Process survive a response
0 commit comments