added schedule job to have all params not just delay
This commit is contained in:
parent
3ac274705e
commit
4632c174dc
3 changed files with 37 additions and 5 deletions
|
|
@ -92,7 +92,7 @@ export class QMHandler extends BaseHandler {
|
|||
// this.logger.debug('Spider job stored in cache', { spiderJobId, ttl: 3600 });
|
||||
|
||||
// // Schedule follow-up processing if needed
|
||||
// await this.scheduleOperation('search-symbols', { source: 'spider', spiderJobId }, 5000);
|
||||
// await this.scheduleOperation('search-symbols', { source: 'spider', spiderJobId }, { delay: 5000 });
|
||||
|
||||
// return {
|
||||
// success: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue