sendhooks-engine icon indicating copy to clipboard operation
sendhooks-engine copied to clipboard

Open Source Webhooks Engine Written in Go

Results 14 sendhooks-engine issues
Sort by recently updated
recently updated
newest added

## Summary **Implement Idempotency in Sendhooks Using `webhookId`field and Redis** ## Motivation The current iteration of Sendhooks lacks an idempotency feature, leading to potential duplicate processing of webhook events. This...

enhancement
help wanted
good first issue
Hactoberfest

## Summary Develop two web pages to enhance our system's management and visualization of webhook data. The goal is to enable users to easily list all webhooks and view detailed...

enhancement
help wanted

## Summary Enhance Error Handling and Logging in `SendWebhook` Function This proposal suggests improvements to the `SendWebhook` function in our project, focusing on enhancing error handling and logging mechanisms. The...

enhancement
help wanted
good first issue
Hactoberfest

## Objective Implement automatic pushing of Docker images to a Docker registry using GitHub Actions. This will streamline our CI/CD pipeline, ensuring that the latest builds are always available for...

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