Содержание

Cost of tasks

There is certain amount of credits is spending for each task execution. The cost of task depends on various parameters:

  1. values of the primary and secondary task execution time
  2. range of IP in the subnet
  3. time of uniqueness of IP
  4. setting the permits execution with static IP

The formula for calculating the cost of the task:

S = ((a + b)*T + u*U + r*R)*P*D

,where

Additionally

Example

results

for static IP

S = (240 + 60)*0.0436 + 1440*0.02 + 4*0.141 = 43,164

for dynamic IP

S = ((240 + 60)*0.0436 + 1440*0.02 + 4*0.141)*1.05 = 45,3222

for static proxy IP

S = ((240 + 60)*0.0436 + 1440*0.02 + 4*0.141)*0.5 = 21,582

for dynamic proxy IP

S = ((240 + 60)*0.0436 + 1440*0.02 + 4*0.141)*0.5*1.05 = 22,6611