7 个仓库
Mechanisms for offloading email transmission to background workers to prevent application latency.
Distinct from Email Delivery Services: Focuses on the asynchronous processing pattern for delivery rather than the delivery infrastructure or SMTP configuration.
Explore 7 awesome GitHub repositories matching devops & infrastructure · Asynchronous Email Dispatch. Refine with filters or upvote what's useful.
This project is a human resources management system built using Spring Boot and Vue. It serves as a platform for managing employee records, professional titles, and organizational hierarchies. The system features a role-based access control framework that maps users to specific roles and resources to secure API endpoints and user interface elements. It includes a real-time communication hub utilizing WebSockets for internal corporate chat and system notifications, as well as a dedicated manager for defining and modifying nested organizational department structures. Additional capabilities co
Sends emails using background threads and dynamic HTML templates to prevent blocking the main execution flow.
Kanboard 是一个自托管的看板项目管理工具和生产力套件,专为跟踪软件任务和团队协作而设计。它提供了一个通过看板、列和卡片管理工作流的可视化系统。 该项目具有可扩展的插件框架和用于编程任务与项目管理的综合 API。它包括通过 LDAP 集成进行的专门身份管理,允许从目录服务器同步用户帐户和组权限。 该系统涵盖了广泛的功能,包括事件驱动的工作流自动化、详细的项目分析(如燃尽图和周期时间测量)以及细粒度的基于角色的访问控制。它还支持集成时间跟踪、子任务分解以及包括双因素身份验证和反向代理支持在内的多种身份验证方法。 该应用程序兼容 MySQL 和 PostgreSQL 以进行持久数据存储,并可使用 Docker Compose 部署。
Offloads email sending to background workers to prevent interface latency.
Loco is a full-stack web framework for Rust designed to accelerate application development using a convention-over-configuration approach. It functions as an MVC web framework that provides a structured environment for building web applications and REST APIs. The project distinguishes itself through an integrated API development toolkit and a command-line scaffolding engine. These tools automate the creation of controllers, models, and migrations, allowing for the rapid generation of functional CRUD resources and application boilerplate. The framework covers a broad range of backend capabili
Offloads email transmission to background workers to prevent request latency.
Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad collection of reusable helper methods and infrastructure components that cover common programming tasks without requiring dependency injection or instance management. The library is organized as flat utility classes, making its functionality directly accessible from anywhere in a project. The toolkit distinguishes itself through a wide range of integrated capabilities that go beyond typical utility libraries. It includes a multithreaded range-request file downloader with pause and
Dispatches an email through an SMTP server with optional SSL and returns a callback on completion.
This project is a social blogging application built with Flask. It provides a platform for user account management, following relationships, and chronological post streams, supported by a PostgreSQL relational database. The application features a multilingual web interface with localized content and date formatting. It is designed as a dockerized web application, utilizing containerization for consistent deployment across different environments. The system integrates a variety of core capabilities, including full-text search with provider abstraction, an asynchronous task worker for backgrou
Offloads email transmission to background workers to prevent network latency from blocking web requests.
Warehouse 是一个 Web 应用,旨在为全球用户社区托管、存储和分发 Python 软件包。它作为一个中央包仓库和索引服务器,管理软件版本、元数据和包分类。 该项目通过加密签名和透明度日志验证分发完整性,实现安全包证明。它通过 OAuth 提供商管理用户身份,该提供商使用安全令牌与第三方身份服务集成。 该系统涵盖了广泛的基础设施功能,包括用于后台作业和电子邮件分发的异步任务处理、具有并发索引的版本化数据库模式迁移,以及基于用户组成员资格的访问控制。它还包括用于界面本地化和通过顺序事件日志跟踪包活动的工具。 开发工具提供用于请求模拟、数据库播种和内部应用状态检查。
Offloads email transmission to background workers to prevent application latency during user notifications.
Warehouse 是一个 Python Package Index 实现和分布式包注册表。它作为一个中央仓库和 Web 应用,用于通过标准化 API 托管、发现和分发版本化的 Python 软件包。 该系统作为一个多租户包管理器,其服务器实现与 Python Package Index 标准兼容。它为软件包托管提供了专门的基础设施,并为客户端发现和下载特定库版本提供了索引。 该项目结合了全面的安全和访问控制,包括多因素身份验证、用于包证明的数字签名验证,以及针对项目所有者和维护者的基于角色的权限。它还具有用于后台作业和电子邮件分发的异步任务处理系统,以及用于多语言界面支持的本地化工具。 数据库结构通过版本化模式迁移进行管理。
Triggers template-based emails via asynchronous tasks to prevent delivery delays from impacting user response times.