CA
Crawlee & Apify•16mo ago
reduced-jade

My actor is constantly marked as Under maintenance. How can I check why?

Basically as in title.
10 Replies
flat-fuchsia
flat-fuchsia•16mo ago
I guess, You will find all needed info in this article: https://docs.apify.com/platform/actors/publishing/test
reduced-jade
reduced-jadeOP•16mo ago
can I somehow check logs of that run? I would really love to see logs of my failing checks
flat-fuchsia
flat-fuchsia•16mo ago
From the article above:
How we test
The test runs the Actor with its default input (defined by the prefill option in the input schema file) and expects it to finish with a Succeeded status within 5 minutes of the beginning of the run.
How we test
The test runs the Actor with its default input (defined by the prefill option in the input schema file) and expects it to finish with a Succeeded status within 5 minutes of the beginning of the run.
You can make test run with default input on Your own and see all logs.
reduced-jade
reduced-jadeOP•16mo ago
I did it, and it success 😦
flat-fuchsia
flat-fuchsia•16mo ago
What is the name of your actor in the store?
reduced-jade
reduced-jadeOP•16mo ago
danek/facebook-page-events-lite I'm guessing that it might be some proxy fluctuation, but I'm not sure Hello, I got same issue again is there any way to check logs of failining maintenence jobs?
sensitive-blue
sensitive-blue•15mo ago
hi, it seems to be that urls parameter has no default/prefill value but it is a required parameter, so it might be failing with the default input
reduced-jade
reduced-jadeOP•15mo ago
hm, can you share a bit more details? I just updated input schema to include:
"urls": {
"title": "urls",
"type": "array",
"description": "events urls",
"editor": "requestListSources",
"prefill": [
{
"url": "http://example.com"
}
]
},
"urls": {
"title": "urls",
"type": "array",
"description": "events urls",
"editor": "requestListSources",
"prefill": [
{
"url": "http://example.com"
}
]
},
is this okay?
sensitive-blue
sensitive-blue•15mo ago
looks good, try to run the actor with default input and test if it succeeds
No description
reduced-jade
reduced-jadeOP•15mo ago
hm, so far so good! Thanks

Did you find this page helpful?