mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11: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()
|
@Span()
|
||||||
// @CrawlerSupervisorJob.Handle()
|
@CrawlerSupervisorJob.Handle()
|
||||||
async superviseImportJobs(): Promise<void> {
|
async superviseImportJobs(): Promise<void> {
|
||||||
this.logger.log("Starting crawler jobs");
|
this.logger.log("Starting crawler jobs");
|
||||||
const userInfo = await this.spotifyService.getCrawlableUserInfo();
|
const userInfo = await this.spotifyService.getCrawlableUserInfo();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue