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

Implement /eligibleclients endpoint updates with Pub/Sub framework, for instantaneous updates to the Active List #316

Open
eric-jahn opened this issue Jan 18, 2020 · 2 comments

Comments

@eric-jahn
Copy link
Member

eric-jahn commented Jan 18, 2020

Instead of a current 2 hour batch processing interval for the eligible clients endpoint, the Active List will be updated in real-time on a client-by-client basis, using HSLynk's Publish/Subscribe change notification framework. This avoids the need to scan all HSLynk records for changes, and simply notifies the active list when single changes in the underlying eligibility occur, on a client-by-client basis. Work order reference: #CTA0015.

@suryayadavalli
Copy link
Contributor

suryayadavalli commented Jan 26, 2020

pub / sub implementation to sync active list real time is complete now. Eligible clients / active list should reflect the changes as soon as the scores for the client are posted / updated.

Completed and deployed.
commit id: 2d87011

@eric-jahn
Copy link
Member Author

@suryayadavalli , @CTAJavier encountered some clients still in GET /eligibleclients which had been deleted. Sandeep cleared them out of /eligibleclients manually, but new ones will probably occur. Here were the IDs: https://hslynk.slack.com/archives/CAA3H13SA/p1580494500023100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants