-
Notifications
You must be signed in to change notification settings - Fork 19
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
Empty queue #237
Empty queue #237
Conversation
Vulnerable Libraries (1)
More info on how to fix Vulnerable Libraries in Go. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
outboundSender_test.go
Outdated
@@ -918,3 +919,70 @@ func TestOverflow(t *testing.T) { | |||
|
|||
assert.NotNil(output.String()) | |||
} | |||
|
|||
func TestDispatcherEmptyQueue(t *testing.T) { | |||
fmt.Printf("\n\nTestingDispatcherEmptyQueue:\n\n") |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #237 +/- ##
==========================================
+ Coverage 69.39% 69.67% +0.27%
==========================================
Files 8 8
Lines 732 732
==========================================
+ Hits 508 510 +2
+ Misses 205 203 -2
Partials 19 19
Continue to review full report at Codecov.
|
When a webhook expires, empty the queue all at once instead of emptying one by one
Closes #231