Skip to content

sync_worker_exec: Network:\n\tsync_worker_exec_payload: EOF #1238

Answered by Warxcell
Warxcell asked this question in Q&A
Discussion options

You must be logged in to vote

In the code on particular controller there was ini_set('max_execution_time', 60) and display_errors = Off.
I guess max_execution_time is the reason why worker exits, and display_errors = Off is the cause for no logs or whatsoever.

I removed the ini_set and set display_errors = stderr so eventual error would go to STDERR, rather than hidden.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@Warxcell
Comment options

@rustatian
Comment options

@Warxcell
Comment options

@rustatian
Comment options

@rustatian
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Warxcell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
2 participants