Skip to content

Commit

Permalink
[!] rebuild clusters data
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Oct 12, 2024
1 parent 5c54693 commit 0a7471c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions src/data_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Zella Zhong
Date: 2024-09-12 19:05:02
LastEditors: Zella Zhong
LastEditTime: 2024-10-12 02:10:15
LastEditTime: 2024-10-12 14:38:09
FilePath: /data_process/src/data_process.py
Description:
'''
Expand Down Expand Up @@ -146,10 +146,12 @@ def clusters_graphdb_job():
scheduler.start()

# testing job
farcaster_graphdb_job()
clusters_process_job()
clusters_graphdb_job()
ensname_graphdb_job()
lens_graphdb_job()
# farcaster_graphdb_job()
# clusters_graphdb_job()
# ensname_graphdb_job()
# lens_graphdb_job()
while True:
time.sleep(60)
logging.info("just sleep for nothing")
Expand Down
4 changes: 2 additions & 2 deletions src/jobs/clusters_process_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Zella Zhong
Date: 2024-10-11 12:06:32
LastEditors: Zella Zhong
LastEditTime: 2024-10-11 23:54:37
LastEditTime: 2024-10-12 14:36:03
FilePath: /data_process/src/jobs/clusters_process_job.py
Description:
'''
Expand Down Expand Up @@ -55,7 +55,7 @@ def address_type_to_network(address_type):
elif address_type == "solana":
network = "solana"
elif address_type == "dogecoin":
network = "doge"
network = "dogecoin"
elif address_type == "near":
network = "near"
elif address_type == "stacks":
Expand Down

0 comments on commit 0a7471c

Please sign in to comment.