Limits
Ce contenu n’est pas encore disponible dans votre langue.
Account
Limit | Free | Paid |
---|---|---|
Organisation members | 1 | 100 |
Workers
Limit | Free | Paid |
---|---|---|
Subrequest | 64 per invocation | 1024 per invocation |
Worker Size | 2 MB | 16 MB |
Number of worker (active) | 128 | 1024 |
Startup time | 500 ms | 500 ms |
Subrequest
It’s the request a worker makes to another resource available through internet.
When you request something by using the Fetch API it count as a subrequest.
This limit is only for HTTP(S) connections.
Worker Size
The size of the worker uploaded to Swarmd.
Number of worker
The number of worker you can host in the organisation.
Startup time
When we start a worker, we parse and execute the global-scope of the worker in the isolate. If you put a line of code at the top-level part of the worker it’ll be executed when we start the isolate.