From 5d93be8b93184ce612dc68fc7c36b3cf07ed95e7 Mon Sep 17 00:00:00 2001 From: lukaie <61823514+lukaie@users.noreply.github.com> Date: Sun, 12 Dec 2021 04:13:11 -0500 Subject: [PATCH] Update crypto-poke.json 2 hour delay will ensure all crypto markets resolve on time as to improve UX. REP chainlink oracle sometimes posts once per hour. The round data needed might not be available until or after 4:59:59 pm ET. 22:15pm UTC will ensure linkpool cover the worst possible scenarios. --- .../chainlink/docker/jobs_creator/templates/crypto-poke.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/chainlink/docker/jobs_creator/templates/crypto-poke.json b/packages/chainlink/docker/jobs_creator/templates/crypto-poke.json index 9f0fa3842..522d13cc0 100644 --- a/packages/chainlink/docker/jobs_creator/templates/crypto-poke.json +++ b/packages/chainlink/docker/jobs_creator/templates/crypto-poke.json @@ -7,7 +7,7 @@ { "type": "cron", "params": { - "schedule": "CRON_TZ=UTC 1 20 * * 5" + "schedule": "CRON_TZ=UTC 15 22 * * 5" } } ],