Skip to content

(DOCSP-12671): Billing Page Lists Sync Minutes in ms vs min #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/billing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ user has an active connection to the sync server even if they are not
transferring data at the time. Sync is billed at a set rate for each
millisecond of sync runtime per user.

**Price:** $0.08 / 1,000,000 runtime minutes ($0.00000008 / ms)
**Price:** $0.08 / 1,000,000 runtime minutes ($0.00000008 / min)

**Formula:** (# Active Users) * (Sync time (ms / user)) * ($0.00000008 / ms)
**Formula:** (# Active Users) * (Sync time (min / user)) * ($0.00000008 / min)

**Free Tier Threshold:** 1,000,000 :ref:`requests <billing-requests>` **or** 500
hours of :ref:`compute <billing-compute>` **or** 10,000 hours of :ref:`sync
Expand Down