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

feat: allow dynamic ack deadline #41

Merged
merged 5 commits into from
Aug 23, 2023
Merged

feat: allow dynamic ack deadline #41

merged 5 commits into from
Aug 23, 2023

Conversation

lucasoares
Copy link
Member

Fixes #39

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #41 (6973e13) into main (96c0cfd) will increase coverage by 0.03%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   82.08%   82.11%   +0.03%     
==========================================
  Files          26       26              
  Lines        3689     3696       +7     
==========================================
+ Hits         3028     3035       +7     
  Misses        519      519              
  Partials      142      142              
Files Changed Coverage Δ
internal/queue/cache/cache.go 0.00% <ø> (ø)
internal/queue/cache/memory_cache.go 89.61% <100.00%> (+0.09%) ⬆️
internal/queue/cache/redis_cache.go 89.35% <100.00%> (+0.11%) ⬆️
internal/queue/queue.go 91.43% <100.00%> (ø)
internal/service/deckard_service.go 79.27% <100.00%> (ø)

@lucasoares lucasoares merged commit 943186f into main Aug 23, 2023
9 checks passed
@lucasoares lucasoares deleted the feat/39/deadline branch August 23, 2023 16:39
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.

Allow set message deadline per-pull request instead of a fixed one
3 participants