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

pkg/services: add Ticker #311

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

pkg/services: add Ticker #311

wants to merge 1 commit into from

Conversation

jmank88
Copy link
Collaborator

@jmank88 jmank88 commented Jan 12, 2024

This PR introduces a services.Ticker which is like a time.Ticker but for cases that want to include jitter and fire immediately on the first round.

Supports:

patrickhuie19
patrickhuie19 previously approved these changes Jan 12, 2024
Copy link
Contributor

@patrickhuie19 patrickhuie19 left a comment

Choose a reason for hiding this comment

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

💯

samsondav
samsondav previously approved these changes Feb 13, 2024
Copy link
Contributor

@samsondav samsondav left a comment

Choose a reason for hiding this comment

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

Very handy

@jmank88 jmank88 dismissed stale reviews from samsondav and patrickhuie19 via 80b46be February 27, 2024 23:17
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.

None yet

3 participants