Skip to content

Commit 7269344

Browse files
committed
chore: temporary disable jobs creation
1 parent 819d447 commit 7269344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/events/projects/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ async function projectCreatedKafkaHandler(app, topic, payload) {
187187
await Promise.all(topicPromises);
188188
app.logger.debug('Topics for phases are successfully created.');
189189
}
190-
if (project.type === 'talent-as-a-service') {
190+
// TODO: temporary disable this feature, until we release TaaS APP
191+
if (false === true && project.type === 'talent-as-a-service') {
191192
const specialists = _.get(project, 'details.taasDefinition.specialists');
192193
if (!specialists || !specialists.length) {
193194
app.logger.debug(`no specialists found in the project ${project.id}`);

0 commit comments

Comments
 (0)