feat: integrate BullMQ for query processing and add QueueModule
This commit is contained in:
@ -45,7 +45,7 @@ export class QueryController {
|
||||
@Headers() headers: Record<string, any>,
|
||||
@Res() res: Response
|
||||
) {
|
||||
const queryResult = await this.queryExecuterService.runQuery(
|
||||
const queryResult = await this.queryExecuterService.runQueryQueued(
|
||||
token,
|
||||
query,
|
||||
headers
|
||||
|
||||
Reference in New Issue
Block a user