this.queue.on('task_started', (photo) => {
      photo.onStart()

      consola.debug(`🚗 Photo started: ${photo.file.fullname}`)
    })