We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede693a commit d4216a6Copy full SHA for d4216a6
server/kafka/src/index.ts
@@ -133,6 +133,7 @@ class PlatformQueueImpl implements PlatformQueue {
133
await this.checkCreateTopic(QueueTopic.Fulltext, topics, 1)
134
await this.checkCreateTopic(QueueTopic.Workspace, topics, 1)
135
await this.checkCreateTopic(QueueTopic.Users, topics, 1)
136
+ await this.checkCreateTopic(QueueTopic.Process, topics, 1)
137
}
138
139
async checkDeleteTopic (topic: QueueTopic | string, topics: Set<string>): Promise<void> {
0 commit comments