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

Question: Maximum execution duration for a playbook task #2757

Open
vataops opened this issue Feb 20, 2025 · 0 comments
Open

Question: Maximum execution duration for a playbook task #2757

vataops opened this issue Feb 20, 2025 · 0 comments
Labels

Comments

@vataops
Copy link

vataops commented Feb 20, 2025

Question

Hey, I'm running a blockchain node that exposes a blockheight value which increases by 1 every second—or sometimes every 20 seconds. At a certain blockheight, I need to shut down the process, swap the binary, and restart the node for an upgrade.

I'm using curl to keep checking the blockheight until it reaches a specific value. But if the blockheight update is slow, like taking a day, this task could run for several days. My concern is whether Semaphore might have any issues with such long-running tasks, especially regarding SSH connections. Are there any configurations I should adjust to keep the SSH connection stable?

Image

Thanks!

Related to

No response

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

No branches or pull requests

1 participant