feat(core): use redis as temp locker instead of basilisk (#2789)

This commit is contained in:
Abhishek Marrivagu
2023-11-08 13:12:28 +05:30
committed by GitHub
parent 9cc8b93070
commit 6678689265
23 changed files with 553 additions and 530 deletions

View File

@ -49,3 +49,6 @@ pub(crate) const MERCHANT_ID_FIELD_EXTENSION_ID: &str = "1.2.840.113635.100.6.32
pub(crate) const METRICS_HOST_TAG_NAME: &str = "host";
pub const MAX_ROUTING_CONFIGS_PER_MERCHANT: usize = 100;
pub const ROUTING_CONFIG_ID_LENGTH: usize = 10;
pub const LOCKER_REDIS_PREFIX: &str = "LOCKER_PM_TOKEN";
pub const LOCKER_REDIS_EXPIRY_SECONDS: u32 = 60 * 15; // 15 minutes