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

[ENG-000] fix calculate task delay in seconds #52

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

diegodfreire
Copy link
Contributor

@diegodfreire diegodfreire commented Jun 27, 2024

No description provided.

int(float) always returns the number rounded down.
Delay used by google cloud tasks is a float.
For sensitive tasks, this second makes a difference.
Copy link

codeclimate bot commented Jun 27, 2024

Code Climate has analyzed commit 1a24544 and detected 0 issues on this pull request.

View more on Code Climate.

@lucasgomide lucasgomide merged commit 8e6df7a into main Jun 27, 2024
7 of 9 checks passed
@lucasgomide lucasgomide deleted the hotfix/calculate-delay-sec branch June 27, 2024 17:23
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.

6 participants