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

Extend the deployer to work with multiple regions #155

Closed
bbenligiray opened this issue Dec 6, 2020 · 4 comments
Closed

Extend the deployer to work with multiple regions #155

bbenligiray opened this issue Dec 6, 2020 · 4 comments
Assignees
Labels
blocked Blocked by another issue/PR deployer About the @airnode/deployer package enhancement New feature or request

Comments

@bbenligiray
Copy link
Member

bbenligiray commented Dec 6, 2020

Currently, the deployer uses a single region at a time. Possible scenarios that can be supported:

  • User wants to transfer their deployment from one region to the other
  • User wants to deploy their node on multiple regions for redundancy
@bbenligiray bbenligiray added enhancement New feature or request help wanted deployer About the @airnode/deployer package labels Dec 6, 2020
@bbenligiray
Copy link
Member Author

Currently updating format config.json for the user to be able to specify this.

@bbenligiray bbenligiray added blocked Blocked by another issue/PR and removed help wanted labels Feb 19, 2021
@bbenligiray
Copy link
Member Author

Blocked by #204

@MrAngus666
Copy link
Contributor

@bbenligiray ,
For the second scenario 'User wants to deploy their node on multiple regions for redundancy', I think that the best solution would be to have a fail-over:

  • We have a primary node working and sending a keep alive message to the secondary.
  • The secondary node won't work until he stop receiving the keep alive.
    I would split this issue in two different as I think there are two different tasks here.

@bbenligiray bbenligiray self-assigned this Apr 8, 2021
@bbenligiray
Copy link
Member Author

Closed by #291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by another issue/PR deployer About the @airnode/deployer package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants