From 9395a585d6546a1ad9ca3a144132c1811e361e1a Mon Sep 17 00:00:00 2001 From: Kartikeya Hegde Date: Wed, 27 Sep 2023 23:44:05 +0530 Subject: [PATCH] add hyperswitch cfp for 2023-09-27 this week in rust --- draft/2023-09-27-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2023-09-27-this-week-in-rust.md b/draft/2023-09-27-this-week-in-rust.md index a651c279b..af19331af 100644 --- a/draft/2023-09-27-this-week-in-rust.md +++ b/draft/2023-09-27-this-week-in-rust.md @@ -60,6 +60,9 @@ Some of these tasks may also have mentors available, visit the task page for mor +* [Hyperswitch - add multiple insert and delete functionality for in-memory cache](https://github.com/juspay/hyperswitch/issues/2373) +* [Hyperswitch - add metrics to cache invalidation miss](https://github.com/juspay/hyperswitch/issues/2377) +* [Hyperswitch - separate payments_session from payments core](https://github.com/juspay/hyperswitch/issues/888) If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].