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

feat(ext-plugin): avoid sending conf request more times #5183

Merged
merged 10 commits into from
Oct 18, 2021

Commits on Oct 8, 2021

  1. feat(ext-plugin): avoid sending conf request more times

    There are two cases where the conf request needs to be forced to be resent:
    1. conf has been updated
    2. the plugin runner returns 'conf token not found', will retry
    
    For case 1, since the key used by the shared dict is lrucache_id, the lrucache_id will need to be updated after the conf is updated, so it is satisfied.
    
    For case 2, work in progress
    
    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    15c0b86 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    6b7e432 View commit details
    Browse the repository at this point in the history
  2. fix CI error

    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6cf3c25 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. add test cases

    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    65796b6 View commit details
    Browse the repository at this point in the history
  2. fix CI error

    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1036df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    c4bdef0 View commit details
    Browse the repository at this point in the history
  2. fix CI error

    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    75d9c1c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. resolve code review

    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    0389c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed84d3 View commit details
    Browse the repository at this point in the history
  3. resolve code review

    Signed-off-by: tzssangglass <tzssangglass@gmail.com>
    tzssangglass committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    2080f08 View commit details
    Browse the repository at this point in the history