专刊 作者修回检测是否按照审稿人意见进行修改

This commit is contained in:
wyn
2026-08-03 11:01:33 +08:00
parent 48fdb3bf72
commit be1c0f359a
6 changed files with 200 additions and 23 deletions

View File

@@ -20,4 +20,12 @@ return [
'dlq' => 'ai_writing_risk.task.dlq',
'route_key' => 'task.start',
],
// 作者按审稿意见修改检测串行消费prefetch=1失败 ack 不重试
'revision_comment' => [
'exchange' => 'revision_comment',
'queue' => 'revision_comment.task',
'dlq' => 'revision_comment.task.dlq',
'route_key' => 'check.start',
],
];