onQueue('high'); } /** * Execute the job. */ public function handle(): void { Http::post($this->webhookUrl, $this->discordMessage->toPayload()); } }