Skip to content

Commit

Permalink
Update duration for larger tables
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKruemmel authored and takahiromitsui committed Apr 26, 2024
1 parent da5d3d0 commit c0edc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoints/redis_scheduled_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def subscribe_missing_entity_fetched():
pubsub.subscribe("missing_entity_fetched")

start_time = time.time()
duration = 120
duration = 360

while time.time() - start_time <= duration:
message = pubsub.get_message(timeout=1)
Expand Down

0 comments on commit c0edc42

Please sign in to comment.