Skip to content

Tags: triggerdotdev/trigger.dev

Tags

build-clickhouse-reads-rc1

Toggle build-clickhouse-reads-rc1's commit message
rc1: clickhouse read replica routing + run detail nav (PR #4081)

build-clickhouse-reads-rc0

Toggle build-clickhouse-reads-rc0's commit message
rc0: clickhouse read replica routing (PR #4081)

build-chris-test-blacksmith-2

Toggle build-chris-test-blacksmith-2's commit message

Verified

This commit was signed with the committer’s verified signature.
carderne Chris Arderne
chore: switch build jobs to blacksmith

build-chris-test-blacksmith

Toggle build-chris-test-blacksmith's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: blacksmith testbox test scripts (#4074)

re2-test-supervisor-podcount-backpressure-rc2

Toggle re2-test-supervisor-podcount-backpressure-rc2's commit message
fix(supervisor): scrape timeout + schema-level pod-count hysteresis g…

…uard

re2-test-supervisor-podcount-backpressure

Toggle re2-test-supervisor-podcount-backpressure's commit message
fix(supervisor): scrape apiserver /metrics over https so TLS verifies…

… against the cluster CA

re2-prod-supervisor-podcount-backpressure

Toggle re2-prod-supervisor-podcount-backpressure's commit message
fix(supervisor): scrape timeout + schema-level pod-count hysteresis g…

…uard

build-hotfix-wq-len

Toggle build-hotfix-wq-len's commit message
test(run-engine): keep worker queue observation test lean to avoid CI…

… timeout

Disable the execution workers and batch consumers in the worker queue
observation test. It only needs enqueue + processMasterQueue + the observer
gauge, and the extra workers add Redis connections and make engine.quit()
hang on worker shutdown when the shard's Redis is under pressure, timing the
test out in CI.

build-hotfix-dequeue-gate

Toggle build-hotfix-dequeue-gate's commit message
feat(webapp): gate worker dequeues by worker queue via env var

Add RUN_ENGINE_DEQUEUE_DISABLED_WORKER_QUEUES: a comma-separated list of
worker queues (or base regions, which also cover the :scheduled split) for
which the engine API refuses worker dequeue requests and returns no work, so
those runs stay queued instead of being handed to workers that cannot run
them. Unset means no gating. Blocked dequeues increment the
run_engine.dequeue.blocked otel counter, tagged by worker_queue and region.

build-hotfix-bulk-replay-region

Toggle build-hotfix-bulk-replay-region's commit message
feat(webapp): add region override to the bulk replay action

When replaying runs in bulk from a deployed environment, you can now choose
which region the replayed runs run in. The inspector shows an "Override
region" dropdown that defaults to "Don't override", which keeps each run in
its original region, so replaying a selection that spans multiple regions
doesn't silently re-route anything. Pick a region and every matched run is
replayed there instead.