Skip to content

Commit

Permalink
Increase sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Oct 15, 2024
1 parent c66cf5c commit 32ff09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequence_search/producer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def check_chunks_and_consumers(app):
except Exception as e:
logging.error(f"Unexpected error in check_chunks_and_consumers: {str(e)}", exc_info=True)
finally:
await asyncio.sleep(3)
await asyncio.sleep(5)


def create_app():
Expand Down

0 comments on commit 32ff09a

Please sign in to comment.