Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Oct 4, 2024
1 parent e6b5003 commit 7db9f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats-backend/api2/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ def bulk_update_node_statuses(nodes_data):
if redis_updates:
r.mset(redis_updates)

# Clean up duplicate consecutive statuses
#Clean up duplicate consecutive statuses
with transaction.atomic():
subquery = NodeStatusHistory.objects.filter(
node_id=OuterRef('node_id'),
Expand Down

0 comments on commit 7db9f46

Please sign in to comment.