Skip to content
Snippets Groups Projects

Resolve "Error handling in event publishing via entity services could be improved"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,7 @@ type EventService struct {
}
const (
// Max number of tries to republish a failed message
// Max number of tries to republish a failed message.
rePublishAttempts = 10
)
Loading