awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesDelivery Retries

Persistent queuing of outgoing messages with automatic redelivery attempts using exponential backoff.

Distinct from Queue and Messaging: Specifically handles the retry logic for failed email deliveries, distinct from general task queues.

Explore 4 awesome GitHub repositories matching part of an awesome list · Delivery Retries. Refine with filters or upvote what's useful.

Awesome Delivery Retries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • atech/postalatech 的头像

    atech/postal

    16,606在 GitHub 上查看↗

    Postal is an open-source email infrastructure and self-hosted delivery platform. It functions as an SMTP mail server and inbound email gateway, providing the tools necessary to send and receive email through a privately managed infrastructure. The system manages SMTP infrastructure for outgoing message delivery and provides capabilities for custom email receiving. It allows for the routing of incoming external emails to internal applications or websites for automated processing. The platform includes support for multi-tenant domain mapping, event-driven webhook notifications, and plugin-base

    Stores outgoing messages in a persistent queue and attempts redelivery using exponential backoff for failed attempts.

    Ruby
    在 GitHub 上查看↗16,606
  • killbill/killbillkillbill 的头像

    killbill/killbill

    5,343在 GitHub 上查看↗

    Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and automated payment collection. It functions as a multi-tenant billing infrastructure, providing isolated environments for different organizational entities through a dedicated API. The system is distinguished by a plugin-based extension framework that allows for the integration of third-party payment gateways and custom business logic. It includes a payment gateway orchestrator to handle transactions and refunds, as well as a revenue recognition system to allocate contract rev

    Implements reliable integration by rescheduling failed event deliveries based on a custom timeline.

    Javabillingkillbillpayments
    在 GitHub 上查看↗5,343
  • alexjustesen/speedtest-trackeralexjustesen 的头像

    alexjustesen/speedtest-tracker

    5,274在 GitHub 上查看↗

    Speedtest Tracker is a self-hosted application that automatically schedules and records internet speed tests on a recurring basis. It continuously monitors download and upload speeds, ping latency, and packet loss, storing results as time-series data in a relational database. The application displays historical trends through a web dashboard and provides a read-only public URL for sharing speed test history with unauthenticated visitors. When network performance degrades, Speedtest Tracker triggers alerts based on user-defined thresholds. Security and access control are built in: an IP addres

    Automatically retries notification delivery up to 3 times if the service does not respond.

    PHPdashboarddockerhacktoberfest
    在 GitHub 上查看↗5,274
  • backup/backupbackup 的头像

    backup/backup

    4,868在 GitHub 上查看↗

    该项目是一个 Unix 备份编排器,用于建模和执行全栈数据保护。它作为一个管理系统,用于数据库转储、加密归档、版本轮换和远程存储传输。 该系统通过编排用于各种数据库(包括 PostgreSQL、MySQL、MongoDB、Redis 和 Riak)的原生系统工具而脱颖而出。它采用安全归档工作流,在将包传输到 S3 兼容服务、Dropbox 或通过 SFTP 和 RSync 传输到远程服务器之前,结合使用 GPG、OpenSSL 或 AES 进行压缩和加密。 广泛的功能包括通过增量传输和分块上传实现数据同步自动化,以及用于轮换和修剪历史归档的状态化保留管理。该编排器还具有多通道通知系统,可与电子邮件、HTTP POST、PagerDuty 和各种聊天平台集成,以向管理员提醒操作结果。 用户可以使用支持动态变量注入和语法验证的基于配置的模型来定义这些工作流。

    Ensures alert delivery by resending failed notifications multiple times with a configurable delay.

    Ruby
    在 GitHub 上查看↗4,868
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Queue and Messaging
  5. Delivery Retries