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
I'm trying to use tini -s on my aws lambda.
Getting this error Failed to register as child subreaper: Operation not permitted
Probably beachuse prctl(PR_SET_CHILD_SUBREAPER) is not allowed on lambda.
Is there any workaround I can do to make this work?
PID 1 is not possible because the lambda has it's own
And prctl isn't allowed for the lambda.
The text was updated successfully, but these errors were encountered:
I'm trying to use tini -s on my aws lambda.
Getting this error
Failed to register as child subreaper: Operation not permitted
Probably beachuse
prctl(PR_SET_CHILD_SUBREAPER)
is not allowed on lambda.Is there any workaround I can do to make this work?
PID 1 is not possible because the lambda has it's own
And prctl isn't allowed for the lambda.
The text was updated successfully, but these errors were encountered: