Skip to content

Commit e2cfbd8

Browse files
committed
start alpha_to_tao shovel from January 9th
1 parent f13cf80 commit e2cfbd8

File tree

1 file changed

+5
-0
lines changed
  • scraper_service/shovel_alpha_to_tao

1 file changed

+5
-0
lines changed

scraper_service/shovel_alpha_to_tao/main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
class AlphaToTaoShovel(ShovelBaseClass):
1818
table_name = "shovel_alpha_to_tao"
19+
skip_interval = 7200
20+
21+
def __init__(self, name):
22+
super().__init__(name, skip_interval=self.skip_interval)
23+
self.starting_block = 3638246
1924

2025
def process_block(self, n):
2126
do_process_block(self, n)

0 commit comments

Comments
 (0)