Load Testing Apollo Router
How we ran a load test for Apollo Router to figure out its limitations and performance gains compared to the legacy systems.
How we ran a load test for Apollo Router to figure out its limitations and performance gains compared to the legacy systems.
This article, focuses on the migration to Apollo Router. If you’re planning a migration, you may want to stick to the end of this article. Hopefully, it could help you to avoid some pitfalls we stepped into along the way.
How to Trigger a GitHub Actions Pipeline with a Comment UPD 2023-09-07: Clarified some caveats around checking out the code when triggering a pipeline with a comment. Look for the UPD 2023-09-07 text on this page. Building comment-based workflows is a pretty neat thing from the UX perspective. You can work on the code in your IDE, create a pull request, and then leverage PR comments to run some automation. ...