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

[Step 2/4] Queue Time Histgram #6467

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

[Step 2/4] Queue Time Histgram #6467

wants to merge 42 commits into from

Conversation

yangw-dev
Copy link
Contributor

@yangw-dev yangw-dev commented Mar 26, 2025

Description

Add two main class for queue time histogram lambda:

  • TimeIntervalGenerator: generate list of time intervals based on the latest timestamp from source table and target table
    • generate a single data from source table if no timestamp found in target table
    • throw error if the interval is greater than maxi-interval threshold
  • WorkerPoolProcessor:
    • input the interval list from TimeIntervalGenerator, and process histogram data in parrallel
    • It process each interval by calling the QueueTimeProcessor.process(), and in the end write all result to destination

Others

  • added unit tests for all utilization methods
  • clickhouse_client is not thread-safe, make sure each thread has its own client in thread pool

Next steps

step 3

  • Add HistogramGenerator
  • Add runner_label logic in HistogramGenerator
  • Fix the issue with GithubConfigRetriever
  • Change the target db to misc. instead of fortesting
    step 4
  • setup AWS resources
  • setup deployment

Copy link

vercel bot commented Mar 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
torchci ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 8:17am

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 26, 2025
@yangw-dev yangw-dev requested a review from jeanschmidt April 3, 2025 05:05
@yangw-dev yangw-dev changed the title Queue sql [Step 2/4] Queue Time Histgram Apr 3, 2025
@yangw-dev yangw-dev marked this pull request as ready for review April 3, 2025 05:08
@yangw-dev
Copy link
Contributor Author

just side talk, I since this file gets bigger, and i can see we can put some methods in another common file
I will re-org this file once things are functionally working, right now I'm focusing on the functionality rather than the org of files

Copy link
Contributor

@jeanschmidt jeanschmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants