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

🐛 Bug Report: Old executor network preventing reaching the openruntime-executor #6443

Closed
2 tasks done
byawitz opened this issue Oct 2, 2023 · 0 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@byawitz
Copy link
Member

byawitz commented Oct 2, 2023

👟 Reproduction steps

With a fresh install of Appwrite 1.4.4 the executor env variable is set to the old network.

  • In version 1.4.x the runtimes network has changed from appwrite_runtimes to runtimes.
  • The _APP_EXECUTOR_RUNTIME_NETWORK value remain appwrite_runtimes

Check this and this

👍 Expected behavior

One solution:

Fresh install

The _APP_EXECUTOR_RUNTIME_NETWORK value should be runtimes

Upgrade

The _APP_EXECUTOR_RUNTIME_NETWORK value value should be changed to runtimes

Other solution:

Rename the network to appwrite_runtimes or leave it without a name (which can cause problems) just runtimes and let docker prefix it with the docker-compose.yml folder name.

👎 Actual Behavior

The _APP_EXECUTOR_RUNTIME_NETWORK value is like the old network settings.

🎲 Appwrite version

Version 1.4.x

💻 Operating system

Linux

🧱 Your Environment

No response

👀 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?

@byawitz byawitz added the bug Something isn't working label Oct 2, 2023
@byawitz byawitz closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant