2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-12 23:43:57 +00:00
Commit graph

29 commits

Author SHA1 Message Date
c795c1edfa Replace most of actix-rt with tokio, give names to tasks 2023-10-20 19:08:11 -05:00
745e990fa0 Remove direct dependency on actix-rt and actix-server 2023-09-24 15:45:10 -05:00
cde4a72203 Add metrics to object storage body streams 2023-09-20 19:46:10 -05:00
4a5b9712aa Combine map_ok and map_err underlying impl 2023-09-10 23:51:07 -04:00
2b10c48619 Update io-uring to use streem for file bytes 2023-09-10 23:45:24 -04:00
1b97ac1c5a Start replacing manual stream implementations with streem 2023-09-10 18:55:13 -04:00
e15a82c0c7 Add external validation check 2023-09-05 20:45:07 -05:00
a43de122f9 postgres: add already-claimed case, general: tracing paranoia 2023-09-03 21:30:47 -05:00
b28cc38c38 Simplify Streamer 2023-08-23 19:12:59 -05:00
95637fdfe5 Remove direct dep on futures-util 2023-08-23 19:10:10 -05:00
8f50a15b25 Reduce reliance on futures-util 2023-08-23 11:59:42 -05:00
1ee77b19d8 Make Repo object safe. Create migration 2023-08-15 19:19:03 -05:00
e493e90dd4 Defensive tracing 2022-04-07 12:56:40 -05:00
63d66050c8 Enable buffering iterator items for iterstream 2022-03-29 16:18:00 -05:00
5adb3fde89 Move some Stream implementations into 'stream' module 2022-03-29 15:59:17 -05:00
e7c3e2c96c Rename stream module 2021-10-20 19:00:41 -05:00
e7b4e4d1cc Remove a few boxes 2021-10-20 18:58:32 -05:00
09cb2a53b0 Rewrite to avoid direct AsyncX impls 2021-10-13 19:06:53 -05:00
f390c62cbf Wrap BytesFreezer in span 2021-09-25 16:39:10 -05:00
ba68bcbde3 Add better span information to commands, spawned tasks 2021-09-25 15:23:05 -05:00
5d3e6f50b3 Instrument better with Tracing 2021-09-13 20:22:42 -05:00
bf1a16d7d3 Abort process writer task if reader is dropped 2021-09-11 16:35:38 -05:00
45606f4579 Add application-level dimension limiting, bail on failed processes 2021-09-09 14:16:12 -05:00
ac79a9d5cd Use futures-util instead of hand-implemented types 2021-09-05 20:00:31 -05:00
e21fd29c09 Drop unneeded dependencies 2021-09-04 14:20:31 -05:00
08c3169d3f Fewer streams 2021-09-04 12:42:40 -05:00
1119ed740e WIP: Try to pass AsyncRead types around instead of Streams 2021-09-03 19:53:53 -05:00
a6f2082b37 Spawn new task to avoid complexity/bugs 2021-08-31 10:17:08 -05:00
c1d4e3b87e Start work on piping bytes around from memory instead of going to disk and back 2021-08-30 21:19:47 -05:00