Resurrect run on Out of memory
Pricing
Pay per usage
Go to Apify Store

Resurrect run on Out of memory
Simple helper actor to resurrect your runs when they run out of memory.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Lukáš Křivka
Maintained by Community
Actor stats
2
Bookmarked
10
Total users
1
Monthly active users
4 years ago
Last modified
Categories
Share
Resurrect on Out Of Memory
Simple helper actor to resurrect your runs when they run out of memory.
- This actor doesn't have any input, it should be only called via a webhook
- Go to the actor you want to monitor. Create a new webhook and set Event Types as RUN FAILED.
- Set this as a URL:
https://api.apify.com/v2/acts/lukaskrivka~resurrect-on-out-of-memory/runs?token=YOUR_TOKEN(replace YOUR_TOKEN with your real API token that you can find in you Integrations tab) - Optionally, you can provide an email notification by updating the webhook payload teamplate like this
{"userId": {{userId}},"createdAt": {{createdAt}},"eventType": {{eventType}},"eventData": {{eventData}},"resource": {{resource}},"email": "myself@gmail.com"}
Everything stays the same, we just added one more line with "email": "myself@gmail.com"
Make sure that the out of memory case happens non-deterministically (only once a while). If it happens every time, this actor might put the run into endless resurrect loop


