samth
2017-5-3 13:38:22

@greg This failure keeps happening every few days on DrDr: http://drdr.racket-lang.org/40052/racket/share/pkgs/http/http/request.rkt


samth
2017-5-3 13:38:30

is there a way that test could be made more robust?


greg
2017-5-3 13:45:00

IME the answer to “how can HTTP connections be made more robust?” is often “retry with exponential backoff”. I can add that. Although may just hit the test timeout, instead. Let me think about it ….


greg
2017-5-3 13:45:48

(Sorry about the noisy test)


leafac
2017-5-3 14:30:29

Does anyone know how this Redex Hackfest went? (See https://groups.google.com/forum/#!msg/racket-users/min-CDue3Bc/MDwze5Ijqp0J and https://github.com/racket/racket/wiki/Redex-Features)

In particular, I’m interested in the “disable caching for individual metafunctions” feature, which I can’t find in the documentation.


notjack
2017-5-3 19:03:56

greg: I’ve got a package for that FYI :)


greg
2017-5-3 19:05:39

@notjack Cool. Which one?


notjack
2017-5-3 19:06:04

greg: retry


greg
2017-5-3 19:06:24

:slightly_smiling_face: OK thanks I’ll check it out.


notjack
2017-5-4 00:25:17

Does connection-pool-lease from the db module return connections when a thread is killed with kill-thread? The docs seem to imply so, but they just say “when thread is terminated” and I’m not sure if that’s limited to the thread only exiting cleanly.


gleb
2017-5-4 06:22:03

@gleb has joined the channel