Files
postgrest/src/PostgREST
steve-chavez 1a8b6972a8 correct exponential backoff on Listener
Clears the limitation mentioned on

https://github.com/PostgREST/postgrest/pull/3536

The Listener no longer uses the https://hackage.haskell.org/package/retry
package and instead uses a much simpler IORef in AppState for the
delays.

Additionally it no longer uses exception throwing/catching, which
is rather messy and brings some
concerns(https://github.com/PostgREST/postgrest/issues/3569#issuecomment-2146013327).
2024-06-05 08:52:18 -05:00
..
2023-11-23 14:03:03 -05:00
2024-03-08 16:02:28 -05:00
2024-06-05 08:52:18 -05:00
2024-05-23 19:34:42 -05:00
2024-05-24 18:05:45 -05:00
2024-05-24 18:05:45 -05:00