-
Notifications
You must be signed in to change notification settings - Fork 130
docs(platform:actors): Actor quality score #2005
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
base: master
Are you sure you want to change the base?
Conversation
Preview for this PR was built for commit |
Preview for this PR was built for commit |
|
||
Reliability measures your Actor's operational stability and consistency. A reliable Actor maintains high run success rates and passes automated quality assurance tests. Poor reliability significantly impacts your quality score. For more information on testing requirements, see [Automated Testing](https://docs.apify.com/platform/actors/publishing/test). | ||
|
||
Implementing an [input schema](https://docs.apify.com/platform/actors/development/actor-definition/input-schema) helps prevent runtime failures by validating user input before execution begins, reducing errors caused by invalid or malformed inputs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about output schema? Is it related to this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume the input schema prevents the start of the run thus saving the computing resources. Output schema serves another purpose, I believe. And that is that the data saved to a dataset / key-value store is stored in the proper format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, but do we want to mention it in the docs? Respectively, does the output schema have any effect on the actor quality score?
Just one comment, otherwise it looks good. Thanks! Good job. |
Article for Actor quality score. Each public Actor receives a score which tells the owner how well it is performing. There are seven main quality fields which are independently considered. The Actor quality score is the combined value of those.