Skip to content

Commit a322125

Browse files
jancurnTC-MO
andauthored
Update sources/platform/actors/index.mdx
Co-authored-by: Michał Olender <[email protected]>
1 parent 8ace4a5 commit a322125

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sources/platform/actors/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ import CardGrid from "@site/src/components/CardGrid";
3333

3434
## What is an Apify Actor?
3535

36-
Actors are serverless programs that run in the cloud.
37-
They can perform anything from simple actions such as
38-
filling out a web form or sending an email,
39-
to complex operations such as crawling an entire website,
40-
or removing duplicates from a large dataset.
41-
Actors can persist their state and be restarted, and thus they can
42-
run as short or as long as necessary, from seconds to hours, even infinitely.
36+
Actors are serverless cloud programs that can perform anything from a simple action, like filling out a web form, to a complex operation, like crawling an entire website or removing duplicates from a large dataset. Because Actors can persist their state and be restarted, their runs can be as short or as long as necessary, from seconds to hours, or even indefinitely.
4337

4438
Basically, Actors are programs packaged as Docker images,
4539
which accept a well-defined JSON input, perform

0 commit comments

Comments
 (0)