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

Split limiter and deduplicator #424

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Split limiter and deduplicator #424

merged 1 commit into from
Nov 18, 2024

Conversation

DrJosh9000
Copy link
Contributor

Limiter shouldn't do two things at once. Separate the two concerns (limiting the maximum number of jobs, and preventing duplicate jobs).

Also rearranges some related code - there was too much happening within the scheduler package.

@DrJosh9000 DrJosh9000 force-pushed the limiter-split branch 3 times, most recently from 690c160 to 3b01200 Compare November 18, 2024 04:16
Copy link
Contributor

@wolfeidau wolfeidau left a comment

Choose a reason for hiding this comment

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

👍🏻 Nice work

@DrJosh9000 DrJosh9000 merged commit 6981496 into main Nov 18, 2024
1 check passed
@DrJosh9000 DrJosh9000 deleted the limiter-split branch November 18, 2024 05:46
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