Skip to content

Commit

Permalink
Add log info to process_decoded_internal_txs_task
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Aug 20, 2024
1 parent fb94983 commit 4a9fc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safe_transaction_service/history/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def index_safe_events_task(self) -> Optional[Tuple[int, int]]:
def process_decoded_internal_txs_task(self) -> Optional[int]:
with contextlib.suppress(LockError):
with only_one_running_task(self):
logger.info("Start process decoded internal txs")
count = 0
banned_safes = set(SafeContract.objects.get_banned_safes())
for (
Expand Down

0 comments on commit 4a9fc60

Please sign in to comment.