NESTJS APPELÉ UNE MÉTHODE

@Timeout(5000)
handleTimeout() {
  this.logger.debug('Called once after 5 seconds');
}
Puzzled Puffin