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(app/metrics): grouped users metrics support #1062

Open
lowlighter opened this issue May 19, 2022 Discussed in #1056 · 0 comments
Open

feat(app/metrics): grouped users metrics support #1062

lowlighter opened this issue May 19, 2022 Discussed in #1056 · 0 comments

Comments

@lowlighter
Copy link
Owner

Discussed in #1056

Change typing of user/token to allow multiple values:

user: foo, bar
token: |
  {
    "foo": ${{ secrets.FOO_TOKEN }},
    "bar": ${{ secrets.BAR_TOKEN }}
  }

For action:

  • Try to test out multiple user data fetching and use adequate merging strategy (probably best to test with a subset of plugins first).
  • Instantiate and use octokit with correct token to fetch out private data if asked by user.

For web instances:

  • Make a "round-robin" balancing over tokens to support more than 5000 requests
@github-actions github-actions bot added the Stale label Dec 9, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2022
@lowlighter lowlighter removed the Stale label Dec 18, 2022
@lowlighter lowlighter reopened this Dec 18, 2022
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

1 participant