diff options
author | Profpatsch <mail@profpatsch.de> | 2024-05-13T14·02+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-05-13T16·09+0000 |
commit | 14353ce7510748b8fd7daa2298ac48528c9a0c75 (patch) | |
tree | ab13906173604ceaa366cc0a5d9cfcb40304bdee /fun | |
parent | 5ea5dff59780c019d67f0863c6d856d42dbf31b0 (diff) |
fix(users/Profpatsch/MonadPostgres): take old formatter process r/8138
The pool library would always take out the most recently used perl resource again, and since that is the one that we just spawned, we’d be back at square one. Instead, we try to find an older one (or up to 200ms old) and use that instead, because that should be the one with the fastest response time. Okay, that was enough bullshit lol. Change-Id: I6b999e682d02ab03206a9d1b707edf16daa04a0d Reviewed-on: https://cl.tvl.fyi/c/depot/+/11657 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de> Autosubmit: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'fun')
0 files changed, 0 insertions, 0 deletions