Skip to content

Instantly share code, notes, and snippets.

View daviskirk's full-sized avatar

Davis Kirkendall daviskirk

View GitHub Profile
@daviskirk
daviskirk / install.sh
Last active August 16, 2021 21:36
FastAPI + Celery Development Server
pip install fastapi celery[redis] uvicorn
@daviskirk
daviskirk / docker-compose.yml
Last active May 21, 2024 02:58
bug report for coverage using starlette and async/await sqlalchemy
version: "3.8"
services:
postgres:
restart: always
image: postgres:12-alpine
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
ports:
- "127.0.0.1:5432:5432"
@daviskirk
daviskirk / tf_postgresql_grant_plan_freeze_debug.log
Created May 26, 2019 08:47
Terraform postgresql_grant bug debug output
2019/05/26 10:41:04 [INFO] Terraform version: 0.11.14
2019/05/26 10:41:04 [INFO] Go runtime version: go1.12.4
2019/05/26 10:41:04 [INFO] CLI args: []string{"/home/user/bin/terraform", "plan"}
2019/05/26 10:41:04 [DEBUG] Attempting to open CLI config file: /home/user/.terraformrc
2019/05/26 10:41:04 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/05/26 10:41:04 [INFO] CLI command args: []string{"plan"}
2019/05/26 10:41:04 [INFO] command: empty terraform config, returning nil
2019/05/26 10:41:04 [DEBUG] command: no data state file found for backend config
2019/05/26 10:41:04 [DEBUG] New state was assigned lineage "29b29b5d-d521-caa6-202e-794f2a09e73e"
2019/05/26 10:41:04 [INFO] command: backend initialized: <nil>