timeout-tracing 0.1.2

Returns stack and span trace when the future hits a timeout
Documentation
1
2
3
4
5
6
7
8
services:
  postgres:
    image: postgres:17
    ports:
      - "15432:5432"
    environment:
      POSTGRES_USER: pg
      POSTGRES_PASSWORD: 123