mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Throw before completion (FOR TESTING!)
This commit is contained in:
@@ -385,8 +385,8 @@ export const projectQueueFactory = ({
|
||||
|
||||
await projectDAL.setProjectUpgradeStatus(data.projectId, null, tx);
|
||||
|
||||
// await new Promise((resolve) => setTimeout(resolve, 60_000));
|
||||
// throw new Error("Transaction was successful!");
|
||||
// await new Promise((resolve) => setTimeout(resolve, 15_000));
|
||||
throw new Error("Transaction was successful!");
|
||||
});
|
||||
} catch (err) {
|
||||
const [project] = await projectDAL
|
||||
|
||||
Reference in New Issue
Block a user