2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-12-22 19:31:35 +00:00
Commit graph

10 commits

Author SHA1 Message Date
8a551fa65d Reduce poll timer sampling from ~100% to ~10%
This should improve performance just a little bit
2024-12-09 19:14:46 -06:00
6f95c72070 Add new feature for testing with errors, test & fix job retries 2024-03-10 22:02:27 -05:00
286279cdf5 Control warn level for long polls via cargo feature 2024-03-10 20:07:59 -05:00
e302df7e39 Add more poll timers, spawn process from background threads 2024-03-09 15:19:13 -06:00
9fe586b9dd Implement retries for jobs, start warning on long polls 2024-03-09 12:15:23 -06:00
dc90e00324 Update metrics to 0.22 (plus mechanical changes) 2023-12-26 18:06:38 -06:00
c795c1edfa Replace most of actix-rt with tokio, give names to tasks 2023-10-20 19:08:11 -05:00
66e1711723 Enable proper draining of dropped request payloads
Doing this as the outermost middleware ensures all endpoints are covered.

Update request deadline to turn negative deadlines into immediate failures
2023-09-30 16:26:43 -05:00
745e990fa0 Remove direct dependency on actix-rt and actix-server 2023-09-24 15:45:10 -05:00
a4b1ab7dfb Instrument postgres db calls 2023-09-04 21:51:27 -05:00