Automations: made scheduler requests idempotent#28978
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost:test:ci:integration |
✅ Succeeded | 3m 3s | View ↗ |
nx run @tryghost/admin:build |
✅ Succeeded | 7s | View ↗ |
nx run ghost-monorepo:lint:boundaries |
✅ Succeeded | 14s | View ↗ |
nx run-many -t lint -p ghost,@tryghost/adapter-... |
✅ Succeeded | 16s | View ↗ |
nx run ghost:test:legacy |
✅ Succeeded | 3m 8s | View ↗ |
nx run ghost:test:integration |
✅ Succeeded | 3m 11s | View ↗ |
nx run ghost:test:e2e |
✅ Succeeded | 2m 39s | View ↗ |
nx run-many --target=build --projects=tag:publi... |
✅ Succeeded | 1s | View ↗ |
nx run-many -t test:unit -p ghost,@tryghost/ada... |
✅ Succeeded | 29s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-21 15:19:47 UTC
aea7218 to
9c3e560
Compare
closes https://linear.app/ghost/issue/NY-1396 More accurately, this sends the new `idempotencyKey` option to the scheduler. This will help reduce unnecessary pressure on the scheduler.
9c3e560 to
c89dd75
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #28978 +/- ##
=======================================
Coverage 74.55% 74.55%
=======================================
Files 1604 1605 +1
Lines 140913 140918 +5
Branches 17192 17200 +8
=======================================
+ Hits 105052 105064 +12
+ Misses 34828 34821 -7
Partials 1033 1033
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|

closes NY-1396
ref #29490
More accurately, this sends the new
idempotencyKeyoption to the scheduler.This will help reduce unnecessary pressure on the scheduler.