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

run continuously #16

Open
tam7t opened this issue May 6, 2016 · 1 comment
Open

run continuously #16

tam7t opened this issue May 6, 2016 · 1 comment
Milestone

Comments

@tam7t
Copy link
Owner

tam7t commented May 6, 2016

I think it would be nicer to run droplan as a daemon process that continuously ran so that it could better splay out requests to the digitalocean api and more gracefully handle throttling.

@tam7t tam7t added this to the 2.0.0 milestone May 6, 2016
@FDIM
Copy link

FDIM commented Jun 15, 2016

Together with this you could also listen on certain port on public interface for http requests (with some shared secret) that when invoked would trigger an update (so that each server would reach out to DO).

Secondly, when starting the daemon, since you already have list of droplets you can make the above request and have everything up-to-date with no cron :)

Removing a droplet would be a special case though.

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

2 participants