Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Fix fork creation#1

Open
zeliard91 wants to merge 1 commit intoskck:masterfrom
zeliard91:master
Open

Fix fork creation#1
zeliard91 wants to merge 1 commit intoskck:masterfrom
zeliard91:master

Conversation

@zeliard91
Copy link

I had an issue when I executed cron:run with some symfony commands.
There was a trace in the log showing that the command had been started but in reality, it was not.

It seems that this was due to the fact that the script is terminating too fast, the fork does not have the time to start.

I don't have anymore problem with this fix : I've just added a microsleep with a few millisecs after $process->start()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant