fix(report): persist longform appendix on self-hosted upsert (BUG-576)
Engine calls already returned markdown; the worker failed because local postgres upsert required onConflict and the appendix write omitted it. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
- ${APP_ENV_FILE:-../.env.production}
|
||||
environment:
|
||||
PORT: 5200
|
||||
GITHUB_SHA: ${GITHUB_SHA}
|
||||
JYOTISH_ALLOWED_HOSTS: localhost,127.0.0.1,::1,api
|
||||
expose:
|
||||
- "5200"
|
||||
|
||||
Reference in New Issue
Block a user