Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of Alpine based environment #43

Open
iVegas opened this issue Dec 13, 2020 · 0 comments
Open

Add support of Alpine based environment #43

iVegas opened this issue Dec 13, 2020 · 0 comments

Comments

@iVegas
Copy link
Contributor

iVegas commented Dec 13, 2020

In general, Alpine contains the ps command but not supports the -p option.
More detailed info can be found here - wodby/php#130

Expected Behavior

The managing of the child processes should just work.

Current Behavior

Currently each child process of the worker "freeze" after performing.

Possible Solution

Use PHP context to figure out if a child process exists in the returned list of the processes from executing ps -o command.

Context

Some of the provided docker php images do not contain the version of the ps command which compatible with the one used in the php-resque library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant