twitch-bot/internal/apimodules/raffle
Knut Ahlers 0d10b5165f
[core] Add retries for database access methods
to compensate for database temporarily not being available. This is not
suitable for longer database outages as 5 retries with a 1.5 multiplier
will not give much time to recover but should cover for cluster changes
and short network hickups.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-12-04 16:19:36 +01:00
..
api.go [raffle] Fix datatype in API documentation 2023-10-30 11:36:03 +01:00
database.go [core] Add retries for database access methods 2023-12-04 16:19:36 +01:00
irc.go [core] Update go-irc to v4.0.0 2023-09-11 19:51:38 +02:00
pick.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00
pick_test.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00
raffle.go [CLI] Add database migration tooling 2023-11-26 16:55:05 +01:00