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

Add Session Primer with Qos and chain configuration in db #21

Merged
merged 52 commits into from
Mar 25, 2024

Conversation

nodiesBlade
Copy link
Collaborator

@nodiesBlade nodiesBlade commented Feb 8, 2024

Github issue

N/A

Description

Previously, we retrieved sessions on the fly per request. However, this is sub-optimal in regards to latency because a session request requires a round trip. So now behind the scenes, we will retrieve sessions for each application and store them in a cache. This opens up the door for the final Node Selector implementation, which includes the QoS check framework. Read Node Selection Doc for more

Some other misc changes:

  • Add CI/CD Pipeline for
  • Updated Documentation in regards to QoS
  • Add per chain configuration for settings such as altruist

Type of change

Please delete option that is not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Related PRs

List related PRs below

branch PR
other_pr link

@nodiesBlade nodiesBlade marked this pull request as ready for review February 13, 2024 14:09
@nodiesBlade nodiesBlade force-pushed the feature/unassigned/add-session-primer branch from 2e1044d to 0ea0e3a Compare March 14, 2024 14:39
@nodiesBlade nodiesBlade force-pushed the feature/unassigned/add-session-primer branch from 4a14da9 to c174ed9 Compare March 14, 2024 14:41
@nodiesBlade nodiesBlade mentioned this pull request Mar 14, 2024
@nodiesBlade nodiesBlade changed the title Add Session Primer / Altruist In DB Add Session Primer with Qos and Altruist DB Mar 24, 2024
@nodiesBlade nodiesBlade changed the title Add Session Primer with Qos and Altruist DB Add Session Primer with Qos and Add Altruist Service Mar 24, 2024
@nodiesBlade nodiesBlade changed the title Add Session Primer with Qos and Add Altruist Service Add Session Primer with Qos and Add Altruist Service DB Mar 24, 2024
@nodiesBlade nodiesBlade reopened this Mar 24, 2024
@nodiesBlade nodiesBlade changed the title Add Session Primer with Qos and Add Altruist Service DB Add Session Primer with Qos and chain configuration in db Mar 25, 2024
@nodiesBlade nodiesBlade merged commit 4f09eeb into development Mar 25, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants