• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

teableio / teable / 18461643758
72%

Build:
DEFAULT BRANCH: develop
Ran 13 Oct 2025 09:53AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
18461643758

push

github

web-flow
feat: prisma transaction timeout env (#1967)

* fix: add configurable Prisma transaction timeout via environment variables

Prisma enforces a default 5-second transaction timeout which causes
failures when updating records with many foreign key relationships.
This change adds support for globally configurable transaction timeouts
through environment variables while maintaining backward compatibility.

Changes:
- Add PRISMA_TRANSACTION_TIMEOUT and PRISMA_TRANSACTION_MAX_WAIT env vars
- Modified PrismaService.$tx() to apply defaults from environment
- Updated .env.example files with documentation
- Maintains Prisma's built-in defaults (5000ms/2000ms) when not configured
- Allows per-call timeout overrides when explicitly provided

This resolves timeout errors in BatchService.batchUpdateDB() and other
long-running transactions without requiring code changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* feat: add diagnostic logging for Prisma transaction timeout configuration

Added console logging on PrismaService initialization to display the
configured transaction timeout values. This helps verify that the
PRISMA_TRANSACTION_TIMEOUT and PRISMA_TRANSACTION_MAX_WAIT environment
variables are being read correctly.

Log format:
[PrismaService] Transaction defaults: timeout=Xms, maxWait=Yms
(from env: PRISMA_TRANSACTION_TIMEOUT=X, PRISMA_TRANSACTION_MAX_WAIT=Y)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
Source Files on build 18461643758
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #18461643758
  • 0952c3c5 on github
  • Prev Build on develop (#18458062691)
  • Next Build on develop (#18463668983)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc