From 6314455d61321d28f444033a0beee96e148b0bb7 Mon Sep 17 00:00:00 2001 From: Patrick Collins <54278053+PatrickAlphaC@users.noreply.github.com> Date: Thu, 9 Jun 2022 09:16:39 -0400 Subject: [PATCH] add keepers not kicking off guide. --- chronological-updates.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chronological-updates.md b/chronological-updates.md index 3d0a7eb..0dada3e 100644 --- a/chronological-updates.md +++ b/chronological-updates.md @@ -59,3 +59,14 @@ Keep this running in it's own terminal, and use the endpoint it gives you. To ki -------- + +# Lesson 9 + +## Keepers Not Kicking Off Troubleshooting + +If your keepers are not kicking off, run through this checklist to find out why. + +1. Double check the subscription ID in your contract +2. Double check the subscription is funded with enough LINK +3. Is `checkUpkeep` returning true? +4. Can you call `performUpkeep` yourself? (If you can't the keeper can't!)