Create scheduling adapter synchronously#27419
Conversation
towards https://linear.app/ghost/issue/NY-1191 We marked the "get scheduling adapter" function asynchronous, but it doesn't need to be. The function itself doesn't `await` anything, nor does anything downstream. This change should have no user impact (maybe startup is *slightly* faster), but it makes an upcoming change slightly easier.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThe 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
towards https://linear.app/ghost/issue/NY-1191 We marked the "get scheduling adapter" function asynchronous, but it doesn't need to be. The function itself doesn't `await` anything, nor does anything downstream. This change should have no user impact (maybe startup is *slightly* faster), but it makes an upcoming change slightly easier.



towards https://linear.app/ghost/issue/NY-1191
We marked the "get scheduling adapter" function asynchronous, but it doesn't need to be. The function itself doesn't
awaitanything, nor does anything downstream.This change should have no user impact (maybe startup is slightly faster), but it makes an upcoming change slightly easier.