master #60

Merged
emmatveev merged 5 commits from master into prod 2025-06-15 03:51:51 +03:00
Showing only changes of commit 82b5d571e5 - Show all commits

View File

@ -1,4 +1,3 @@
from concurrent.futures import ThreadPoolExecutor
import datetime
import os
import zoneinfo
@ -13,9 +12,6 @@ else:
QUEUES_URL = 'http://queues:1239'
executor = ThreadPoolExecutor(max_workers=1)
class QueuesException(Exception):
...