krazkidd / kdeck

Desktop client for Kalshi event trading platform
GNU General Public License v3.0
2 stars 0 forks source link

Enable automatic API retries #51

Open krazkidd opened 4 months ago

krazkidd commented 4 months ago

Oat++ provides a facility for automatic retries which can be enabled for a more robust experience.

Oat++ provides for callbacks so you can decide at runtime whether or not to retry. If there's a user auth issue, we should probably cancel the request and prompt the user to sign in (or whatever solution is devised for #14).

Dependencies