-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueue.yaml
More file actions
77 lines (72 loc) · 2.52 KB
/
Copy pathqueue.yaml
File metadata and controls
77 lines (72 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# queue.yaml — 消息队列/任务调度服务场景
services:
- name: "Inngest"
category: "queue"
tags: ["background-jobs", "workflow", "event-driven"]
pricing_tier: "freemium"
free_tier: "Free tier available"
ai_friendliness: 4
dx_score: 5
official_docs: "https://www.inngest.com/docs"
mcp_available: false
mcp_url: null
quick_install: "npm install inngest"
best_for: ["event-driven orchestration", "durable job execution"]
not_for: ["teams requiring raw queue primitives only"]
last_verified: "2026-02"
- name: "Upstash QStash"
category: "queue"
tags: ["serverless", "http-queue", "cron"]
pricing_tier: "freemium"
free_tier: "Free tier available"
ai_friendliness: 4
dx_score: 4
official_docs: "https://upstash.com/docs/qstash/overall/getstarted"
mcp_available: false
mcp_url: null
quick_install: "npm install @upstash/qstash"
best_for: ["serverless background jobs", "HTTP-native queues"]
not_for: ["teams requiring on-prem queue clusters"]
last_verified: "2026-02"
- name: "BullMQ"
category: "queue"
tags: ["redis", "jobs", "worker"]
pricing_tier: "free"
free_tier: "Open-source"
ai_friendliness: 4
dx_score: 4
official_docs: "https://docs.bullmq.io/"
mcp_available: false
mcp_url: null
quick_install: "npm install bullmq"
best_for: ["Redis-based job queues", "self-managed workers"]
not_for: ["teams avoiding queue infrastructure operations"]
last_verified: "2026-02"
- name: "Trigger.dev"
category: "queue"
tags: ["background-jobs", "workflow", "typescript"]
pricing_tier: "freemium"
free_tier: "Free tier available"
ai_friendliness: 4
dx_score: 5
official_docs: "https://trigger.dev/docs"
mcp_available: false
mcp_url: null
quick_install: "npm install trigger.dev"
best_for: ["TypeScript job workflows", "developer-centric orchestration"]
not_for: ["teams wanting language-agnostic legacy workflow engines"]
last_verified: "2026-02"
- name: "Temporal"
category: "queue"
tags: ["workflow-engine", "durable-execution", "enterprise"]
pricing_tier: "enterprise"
free_tier: "Self-hosted open-source core available"
ai_friendliness: 3
dx_score: 3
official_docs: "https://docs.temporal.io/"
mcp_available: false
mcp_url: null
quick_install: "npm install @temporalio/client"
best_for: ["mission-critical workflow orchestration"]
not_for: ["small teams needing lightweight setup"]
last_verified: "2026-02"