We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acfd83 commit e6a5984Copy full SHA for e6a5984
src/shared/constants/pricing.ts
@@ -1,8 +1,8 @@
1
export const JOBSTASH_BUNDLE_PRICING = {
2
starter: 0,
3
growth: 29,
4
- pro: 49,
5
- max: 99,
+ pro: 150,
+ max: 299,
6
};
7
8
export const VERI_BUNDLE_PRICING = {
src/shared/constants/quota.ts
@@ -15,20 +15,20 @@ export const JOBSTASH_QUOTA: {
15
growth: {
16
veri: 100,
17
stashPool: true,
18
- atsIntegration: false,
+ atsIntegration: true,
19
jobPromotions: 0,
20
},
21
pro: {
22
veri: 500,
23
24
25
- jobPromotions: 1,
+ jobPromotions: 2,
26
27
max: {
28
veri: 1000,
29
30
31
- jobPromotions: 2,
+ jobPromotions: 5,
32
33
34
0 commit comments