added schedule job to have all params not just delay

This commit is contained in:
Boki 2025-06-22 22:02:22 -04:00
parent 3ac274705e
commit 4632c174dc
3 changed files with 37 additions and 5 deletions

View file

@ -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,