mirror of
https://github.com/discourse/discourse.git
synced 2025-03-12 09:05:33 +08:00

Sometimes `Jobs::PushNotification` gets stuck, probably because of the network call. This commit replaces `Excon` with `FinalDestination::HTTP` which is safer.