Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created November 25, 2025 09:43
Show Gist options
  • Select an option

  • Save un4ckn0wl3z/3a943c56c855e301225b30b1725ea5c4 to your computer and use it in GitHub Desktop.

Select an option

Save un4ckn0wl3z/3a943c56c855e301225b30b1725ea5c4 to your computer and use it in GitHub Desktop.
@Injectable({scope: Scope.DEFAULT})
export class EventSchedulerService {
private appName: string
constructor(
) {
}
@Cron(CronScheduleEnum.TaskSchedule1) // <--- this caused warning
async handleTaskSchedule() {
console.log("ERERE ==>? ")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment