fixed job pickup

pull/501/head
yhtiyar 2021-12-17 02:04:25 +03:00
rodzic b1e828cf8e
commit 3a22e60226
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -99,7 +99,7 @@ def get_crawl_job_entries(
# (in the last query bugout didn't return all of by last created_at)
# On the other hand, we may have multiple same jobs that will be filtered out
#
query += f" #created_at:>={created_at_filter}"
query += f" created_at:>={created_at_filter}"
current_offset = 0
entries = []