Merge cluster to master #3

Merged
cyberes merged 163 commits from cluster into master 2023-10-27 19:19:22 -06:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ca1baa4870 - Show all commits

View File

@ -20,6 +20,7 @@ def start_moderation_workers(num_workers):
def moderation_worker():
print('moderator started')
while True:
result = redis_moderation.blpop('queue:msgs_to_check')
try: