mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix: no listens are being crawled (#306)
The supervisor job handler was accidentally disabled in a previous commit.
This commit is contained in:
parent
db240bfa45
commit
9af3115cab
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export class SchedulerService implements OnApplicationBootstrap {
|
|||
}
|
||||
|
||||
@Span()
|
||||
// @CrawlerSupervisorJob.Handle()
|
||||
@CrawlerSupervisorJob.Handle()
|
||||
async superviseImportJobs(): Promise<void> {
|
||||
this.logger.log("Starting crawler jobs");
|
||||
const userInfo = await this.spotifyService.getCrawlableUserInfo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue