Every php project ends up hitting the "php lifetime of the request", writing a terrible cronjob system that never works and you get super into the weeds of debugging some garbage job system.
Or, better yet, you load a billion deps on every request and your request time is atrocious.
Comments
Every php project ends up hitting the "php lifetime of the request", writing a terrible cronjob system that never works and you get super into the weeds of debugging some garbage job system.
Or, better yet, you load a billion deps on every request and your request time is atrocious.
That is funny.
I've had the exact same observation.