8000 Exec command fails if running longer than 30 minutes · Issue #730 · portainer/agent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Exec command fails if running longer than 30 minutes #730

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

Open
uqpik opened this issue Jan 15, 2025 · 0 comments
Open

Exec command fails if running longer than 30 minutes #730

uqpik opened this issue Jan 15, 2025 · 0 comments

Comments

@uqpik
Copy link
uqpik commented Jan 15, 2025

The following script fails when started using /api/endpoints/envid/docker/exec/execid/start

#!/bin/bash
# Wait for 31 minutes (1860 seconds)
sleep 1860
echo "31 minutes have passed."

29 minutes are working.

The HTTP Request returns the error 502. This problem only occurs when using the Portainer Agent. It runs successfully when using the Docker socket.

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

No branches or pull requests

1 participant
0