Skip to content

Commit 651c3fb

Browse files
authored
Merge branch 'main' into docs--simplify-iapp-description
2 parents e430f75 + e980d9e commit 651c3fb

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/protocol/pay-per-task.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Pay Per Task Model
3+
description: Pay-per-task categories, time limits, and claim rules..
4+
---
5+
16
# Task size: pay-per-task
27

38
Pay-per-task categories, time limits, and claim rules.
@@ -19,9 +24,9 @@ two limits:
1924
| ------------ | ------------------------------ | ------------------------- |
2025
| 0 – XS | 5 min | 50 min |
2126
| 1 – S | 20 min | 200 min |
22-
| 2 – M | 1 hour | 10h |
23-
| 3 – L | 3 hours | 30h |
24-
| 4 – XL | 10 hours | 100h |
27+
| 2 – M | 1 hour | 10 hours |
28+
| 3 – L | 3 hours | 30 hours |
29+
| 4 – XL | 10 hours | 100 hours |
2530

2631
- Worker allocates up to C per task. Beyond C, the worker stops the task.
2732
- Requesters can claim the task after D if the task isn’t completed.
@@ -41,7 +46,7 @@ orders.
4146
For commands and examples, see the
4247
[iExec SDK Github repository](https://github.com/iExecBlockchainComputing/iexec-sdk/blob/master/docs/README.md).
4348

44-
::: info Need help
45-
Can’t find a workerpool order that fits your needs or unsure which category to choose?
46-
[Contact us on Discord](https://discord.com/invite/pbt9m98wnU) and we will help you pick the right setup.
47-
:::
49+
::: info Need help Can’t find an order that fits your needs or unsure which
50+
category to choose?
51+
[Contact us on Discord](https://discord.com/invite/pbt9m98wnU) and we will help
52+
you pick the right setup. :::

src/public/robots-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

src/public/robots-prod.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"cleanUrls": true,
33
"redirects": [
4+
{
5+
"source": "/robots.txt",
6+
"destination": "/robots-prod.txt",
7+
"has": [{ "type": "host", "value": "docs.iex.ec" }]
8+
},
9+
{
10+
"source": "/robots.txt",
11+
"destination": "/robots-dev.txt"
12+
},
413
{
514
"source": "/tools/:path*",
615
"destination": "/",

0 commit comments

Comments
 (0)