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

Make the queue system for the communication between dynohost and apiserver more efficient; #24

Open
Filirom1 opened this issue Mar 29, 2013 · 0 comments

Comments

@Filirom1
Copy link
Member

Currently DynoHost are doing long polling on the APIServer to get their jobs.

The main advantage is that it doesn't depend on an external component (like a message queue), and in so doing it avoids setup and maintenance complexity.

JobGiver is quite complex to understand and I really don't know if leastBurdenedHost feature works :/

ApiServer poll the database periodically. We may use PostgreSQL LISTEN/NOTIFY to make it better.

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

1 participant