mirror of
https://github.com/wassname/talk.git
synced 2026-08-07 11:29:44 +08:00
[next] Concurrency (#2136)
* feat: added concurrency options * fix: Default CONCURRENCY to 2 for development
This commit is contained in:
@@ -193,6 +193,13 @@ export class Mailer {
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* process maps the interface to the task process function.
|
||||
*/
|
||||
public process() {
|
||||
return this.task.process();
|
||||
}
|
||||
}
|
||||
|
||||
export const createMailerTask = (
|
||||
|
||||
Reference in New Issue
Block a user