Decouples services using asynchronous message passing via queues. Use when services shouldn't wait for each other, when tasks can be processed later, or when you need to absorb traffic spikes. Triggers on: RabbitMQ, SQS, Kafka, message queue, pub/sub, producer, consumer, worker, async task, event bus, message broker, fan-out, at-least-once delivery.
Decouples services using asynchronous message passing via queues. Use when services shouldn't wait for each other, when tasks can be processed later, or when you need to absorb traffic spikes. Triggers on: RabbitMQ, SQS, Kafka, message queue, pub/sub, producer, consumer, worker, async task, event bus, message broker, fan-out, at-least-once delivery.
通过队列的异步消息传递来解耦服务。当服务不应互相等待、任务可以稍后处理或需要吸收流量峰值时使用。触发场景:RabbitMQ、SQS、Kafka、消息队列、发布/订阅、生产者、消费者、工作进程、异步任务、事件总线、消息代理、扇出、至少一次投递等。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer