Skip to content

@trigger.dev/docker@3.3.17

Compare
Choose a tag to compare
@ericallam ericallam released this 04 Mar 12:55
· 21 commits to main since this release
5730fae

What's Changed

  • Use redis worker for run heartbeats and alerts by @ericallam in #1669
  • Move run ttl and delays from graphile to redis worker by @ericallam in #1672
  • Retry batch item completion by @matt-aitken in #1675
  • Remove schedule constraints from TaskRun to prevent db load issues when a schedule or instance is deleted by @ericallam in #1674
  • Force upgrade v1 batches to v3 by @ericallam in #1676
  • Use idempotency key index when finding existing runs by idempotency key in batch by @ericallam in #1677
  • Add internal spans to event repo by @ericallam in #1678
  • Rate limit alerts by channel for task run alerts using generic cell rate algo by @ericallam in #1679
  • Remove v2 event list by @ericallam in #1680
  • Fixed runs page filter bug by @samejr in #1681
  • If there’s no queue concurrency limit, default to the env concurrency limit by @matt-aitken in #1687
  • Retry heartbeat timeouts by putting back in the queue by @matt-aitken in #1689
  • OOM retrying on larger machines by @matt-aitken in #1691
  • chore: Update version for release by @github-actions in #1666
  • When deploying, batch the "Waiting for deploy runs by @matt-aitken in #1693
  • Detect ffmpeg OOM errors, added manual OutOfMemoryError by @matt-aitken in #1694
  • Create new partitioned TaskEvent table, and switch to it gradually as new runs are created by @ericallam in #1696
  • Don't create an attempt if the run is final, batchTriggerAndWait bad continue fix by @matt-aitken in #1698
  • Fix missing logs on child runs by using the root task run createdAt if it exists by @ericallam in #1697
  • Alert Webhook improvements by @matt-aitken in #1703
  • Agent docs examples by @samejr in #1706
  • Improve reliability of completion submission by @nicktrn in #1711
  • Remove V2 countdown from sidebar by @erin-allison in #1712
  • MarQS reserve concurrency system & queue priority for resuming/retrying by @ericallam in #1715
  • Add MarQS requeueMessage, an atomic version of replaceMessage by @ericallam in #1717
  • Add support for deferred checkpoints by @nicktrn in #1721
  • Use priority offsets in MarQS and schedule future messages using redis worker by @ericallam in #1720
  • Add scheduled at timestamp to created run containers by @nicktrn in #1722
  • Add configurable redis TTL on realtime streams by @ericallam in #1725
  • feat(build): Add support for Python scripts via pythonExtension by @zvictor in #1686
  • Only allow a single dev queue consumer to dequeue at once by @ericallam in #1737
  • Feat: two phase deployment, version pinning by @ericallam in #1739
  • Feat: Improved run start timeline visibility by @ericallam in #1732
  • Expandable code blocks by @samejr in #1683
  • Added XFO and CSP by @D-K-P in #1690
  • Fix email alert failures because of newlines in error messages (fixes #1745) by @ericallam in #1749

New Contributors

Full Changelog: v.docker.3.3.13...v.docker.3.3.17