Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a43e6f0

Browse files
authored
Min CUs & jobs email address (windmill-labs#876)
1 parent 21509dc commit a43e6f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/pricing/PricingFAQ.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ const faqs = [
114114
question: 'What are compute units?',
115115
answer: (
116116
<span>
117-
Compute units are a unit of measure for the amount of compute resources provisioned for the workers, based on their memory limits. A compute unit corresponds to 2 worker-gb-month. For example, a <Link
117+
Compute units are a unit of measure for the amount of compute resources provisioned (not effectively used) for the workers, based on their memory limits. A compute unit corresponds to 2 worker-gb-month. For example, a <Link
118118
to="/docs/core_concepts/worker_groups"
119119
className="text-blue-600 hover:text-blue-800 dark:text-blue-500 dark:hover:text-blue-600"
120120
>
121121
worker
122-
</Link>{' '}with 2GB of memory limit counts as 1 compute unit. On self-hosted plans, any worker with >2GB of memory counts as 2 compute units (e.g. a worker with 16GB counts as 2 compute units). For detailed information on how your setup translates to compute units, see the{' '}
122+
</Link>{' '}with 2GB of memory limit counts as 1 compute unit. On self-hosted plans, any worker with >2GB of memory counts as 2 compute units (e.g. a worker with 16GB counts as 2 compute units). The minimum CU billed for a worker is 0.5. For detailed information on how your setup translates to compute units, see the{' '}
123123
<Link
124124
to="/docs/misc/plans_details#setup-and-compute-units"
125125
className="text-blue-600 hover:text-blue-800 dark:text-blue-500 dark:hover:text-blue-600"

src/pages/careers.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default function Careers() {
178178
)}
179179
<div className="text-center mt-4">
180180
<a
181-
href="mailto:jobs@windmill.com"
181+
href="mailto:jobs@windmill.dev"
182182
className="inline-block bg-gray-50 dark:bg-gray-700 hover:bg-gray-100 dark:hover:bg-gray-600 font-medium py-2 px-6 rounded-md transition-colors"
183183
>
184184
Send general application

0 commit comments

Comments
 (0)