@cryptotaxi247 / infra-1 / commits / 7f50ff99

eris / channel-exporter: add back the time.sleep to keep from hitting the releases files millions of times a day

Graham Christensen committed Jul 29, 2022 at 08:56 UTC 7f50ff9985625f1435144fd4ba7c99d447624814
1 file changed +1
delft/eris/channel-exporter.py
+1
@@ -81,3 +81,4 @@ if __name__ == "__main__":
81 revisions[channel] = revision
82 if previous_revision and previous_revision != revision:
83 CHANNEL_REVISION.remove(channel, previous_revision, status, variant, current)
84 + time.sleep(55)