You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: