fix(queue): 扩展生产媒体任务吞吐
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user