feat: switched to pull all and selectively replicated strategy and simplified logic

This commit is contained in:
=
2024-05-31 17:36:01 +05:30
parent c67642786f
commit cf690e2e16
16 changed files with 259 additions and 338 deletions

View File

@@ -123,7 +123,7 @@ export type TQueueJobTypes = {
};
[QueueName.SecretReplication]: {
name: QueueJobs.SecretReplication;
payload: Omit<TSyncSecretsDTO, "environmentSlug">;
payload: TSyncSecretsDTO;
};
[QueueName.SecretSync]: {
name: QueueJobs.SecretSync;