fix(queue): 扩展生产媒体任务吞吐

This commit is contained in:
2026-07-24 10:37:20 +08:00
parent d80b2e5ebf
commit 290b8c1854
+1 -1
View File
@@ -101,7 +101,7 @@ func (s *Service) startRiverQueue(ctx context.Context) error {
// minutes. Keep enough workers available for production bursts so
// unrelated models do not remain queued behind long-running media
// tasks.
asyncTaskQueueName: {MaxWorkers: 64},
asyncTaskQueueName: {MaxWorkers: 96},
},
// Provider-backed media jobs commonly poll for 10-20 minutes. River may
// execute a still-running job again once this window elapses, so keep the