Skip to content

Releases: processout/dat

v1.2.4

18 Jan 15:15
186668d

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

18 Jan 14:55
f7d1ecf

Choose a tag to compare

fix: recover from time.AfterFunc panic (#3)

Sometimes, API transactions are taking more than 1 minute to timeout,
causing the dat transaction to panic. This unrecovered panic, when
happening across multiple pods, can kill all of them and leave us
without any pods to serve requests.

Bear in mind the correct way to fix this is by using the context or
refactoring the whole dat package. Or really stop using the dat
package.