Skip to content

Commit

Permalink
chore: debug RESUME's breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jan 6, 2024
1 parent a61ab1b commit e69fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggestions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def create_bot(database_wrapper=None) -> SuggestionsBot:
total_shards = int(os.environ["TOTAL_SHARDS"])
cluster_id = int(os.environ["CLUSTER"])
offset = cluster_id - 1
number_of_shards_per_cluster = 5
number_of_shards_per_cluster = int(os.environ["SHARDS_PER_CLUSTER"])
shard_ids = [
i
for i in range(
Expand Down

0 comments on commit e69fd84

Please sign in to comment.