wip
This commit is contained in:
parent
b60121527d
commit
e8b42d7e16
20 changed files with 354 additions and 377 deletions
7
src/queue/processors/db/index.ts
Normal file
7
src/queue/processors/db/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import deletePostDependents from './delete-post-dependents';
|
||||
|
||||
const handlers = {
|
||||
deletePostDependents
|
||||
};
|
||||
|
||||
export default (job, done) => handlers[job.data.type](job).then(() => done(), done);
|
||||
Loading…
Add table
Add a link
Reference in a new issue