-
Notifications
You must be signed in to change notification settings - Fork 122
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
docker_swarm_service: add support for sysctl parameter #190
Comments
I think it is a good feature proposal. Will implement it in September. |
September is over :-) |
Year of September was not specified 🤷♂️ |
Hey. Sorry guys for the delay. I was overloaded with work lately, but I'm almost back to a normal level of work. Will take a look at it soon. |
After further investigation, I found that I opened a request for this feature docker/docker-py#2907 |
Hello, Thanks |
#836 was merged, I think this can be closed :) |
@NairolfL Thank you! |
SUMMARY
Since Docker API 1.40 there is sysctl parameter for swarm services.
ISSUE TYPE
COMPONENT NAME
docker_swarm_service
ADDITIONAL INFORMATION
In some cases there is a need to configure service's sysctl parameters. In my case it is
net.ipv4.tcp_keepalive_*
for database service. To prevent closing TCP socket on long running requests.It looks like so when starting from command line
The text was updated successfully, but these errors were encountered: