Mangabo Kolawole

Results 17 issues of Mangabo Kolawole

The `queue` package plays a vital role in our application, handling the queuing, retries, and exponential backoff logic for webhook deliveries. Comprehensive tests will ensure the reliability and robustness of...

enhancement
good first issue
Hactoberfest

The main function of our application currently calls `logging.WebhookLogger` without handling potential errors it may return. We need to ensure all error scenarios are appropriately caught and logged to ensure...

bug
enhancement
help wanted
good first issue
Hactoberfest

### Description: To provide a clear understanding of how our software solution is structured and how its components interact, we need to create comprehensive architecture documentation. This documentation will serve...

documentation
enhancement
help wanted
good first issue
Hactoberfest

To maintain transparency and allow contributors and users to understand the performance characteristics of our project, we need to create a `BENCHMARKING.md` documentation file. This file will provide information about...

documentation
enhancement
help wanted
good first issue

When our application tries to connect to Redis and encounters an error, it doesn't employ any back-off strategy. Continuously retrying without delays can put an unnecessary load on both the...

enhancement
help wanted
good first issue
Hactoberfest

We propose integrating RabbitMQ as another option for receiving and processing webhooks in the Sendhooks engine. This will involve creating a RabbitMQ adapter similar to our existing Redis adapter, allowing...

enhancement
good first issue
Hactoberfest