Skip to content

Commit

Permalink
chore(1165): create job in seed
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaEats committed Oct 18, 2024
1 parent a9220d7 commit edfd15c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,6 @@ const userPassword = 'taskany';
prisma.appConfig.create({ data: {} }),
createSheep(),
createCronJob('goalPing', '0 0 0 1 * *'),
createCronJob('externalTaskCheck', '1/10 * * * *'),
]);
})();
1 change: 0 additions & 1 deletion src/utils/worker/create.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { prisma } from '../prisma';

// import { dayDuration } from './externalTasksJob';
import * as templates from './mail/templates';
import { log } from './utils';

Expand Down

0 comments on commit edfd15c

Please sign in to comment.