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

Typo fix in Backoff.exponential/2 documentation #964

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

ipuchkov
Copy link
Contributor

Currently Oban.Backoff.exponential/2 function documentation refers that function calculates backoff in millseconds which is not true, as Engine expects to receive backoff in seconds.

This typo introduces confusion in understanding of how Job.scheduled_at timestamp is calculated.

Replace millseconds with seconds wording to avoid confusion
@sorentwo
Copy link
Member

Thanks for the fix! Accuracy is always welcome, even for a private module 🙂

@sorentwo sorentwo merged commit 655699d into oban-bg:main Oct 12, 2023
@ipuchkov ipuchkov deleted the backoff-documentation branch October 12, 2023 13:46
sorentwo pushed a commit that referenced this pull request Oct 26, 2023
Replace millseconds with seconds wording to avoid confusion
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