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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: Executor does not start after reboot #6442

Closed
2 tasks done
istornz opened this issue Oct 2, 2023 · 3 comments 路 Fixed by #6490
Closed
2 tasks done

馃悰 Bug Report: Executor does not start after reboot #6442

istornz opened this issue Oct 2, 2023 · 3 comments 路 Fixed by #6490
Assignees
Labels
bug Something isn't working product / functions Fixes and upgrades for the Appwrite Functions.

Comments

@istornz
Copy link

istornz commented Oct 2, 2023

馃憻 Reproduction steps

  • Install a fresh version of Appwrite 1.4.4 on a Ubuntu server (don't tested on another os)
  • Deploy a function (it works perfectly)
  • Reboot the server sudo reboot for exemple
  • Trying to execute/deploy function throw an error Could not resolve host: appwrite-executor with status code 0\nError Code: 0

docker compose up -d after each reboot seems to fix the issue (temporary after a reboot)

馃憤 Expected behavior

Functions should deploy/execute

馃憥 Actual Behavior

Functions throw an error Could not resolve host: appwrite-executor with status code 0\nError Code: 0

馃幉 Appwrite version

Version 1.4.x

馃捇 Operating system

Linux

馃П Your Environment

I use Hetzner

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@istornz istornz added the bug Something isn't working label Oct 2, 2023
@stnguyen90 stnguyen90 changed the title 馃悰 Bug Report: 馃悰 Bug Report: Executor does not start after reboot Oct 3, 2023
@stnguyen90 stnguyen90 added the product / functions Fixes and upgrades for the Appwrite Functions. label Oct 3, 2023
@stnguyen90 stnguyen90 self-assigned this Oct 3, 2023
@JoshiJoshiJoshi
Copy link

I thought I messed up some configuration over time and that's why it happened, I'm encountering the issue as well and I'm also using Hetzner. Hetzner Cloud ARM Architecture to be more specific.

@stnguyen90
Copy link
Contributor

@JoshiJoshiJoshi to make sure the openruntimes-executor restarts after a reboot, make sure to include restart: unless-stopped in the docker-compose.yml file just like the other services.

@JoshiJoshiJoshi
Copy link

@JoshiJoshiJoshi to make sure the openruntimes-executor restarts after a reboot, make sure to include restart: unless-stopped in the docker-compose.yml file just like the other services.

Thanks, that did indeed solve my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working product / functions Fixes and upgrades for the Appwrite Functions.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants