Skip to content

Commit e6a5984

Browse files
committed
update quotas
1 parent 9acfd83 commit e6a5984

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/shared/constants/pricing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const JOBSTASH_BUNDLE_PRICING = {
22
starter: 0,
33
growth: 29,
4-
pro: 49,
5-
max: 99,
4+
pro: 150,
5+
max: 299,
66
};
77

88
export const VERI_BUNDLE_PRICING = {

src/shared/constants/quota.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ export const JOBSTASH_QUOTA: {
1515
growth: {
1616
veri: 100,
1717
stashPool: true,
18-
atsIntegration: false,
18+
atsIntegration: true,
1919
jobPromotions: 0,
2020
},
2121
pro: {
2222
veri: 500,
2323
stashPool: true,
24-
atsIntegration: false,
25-
jobPromotions: 1,
24+
atsIntegration: true,
25+
jobPromotions: 2,
2626
},
2727
max: {
2828
veri: 1000,
2929
stashPool: true,
30-
atsIntegration: false,
31-
jobPromotions: 2,
30+
atsIntegration: true,
31+
jobPromotions: 5,
3232
},
3333
};
3434

0 commit comments

Comments
 (0)