kopia lustrzana https://github.com/bugout-dev/moonstream
fixed job pickup
rodzic
b1e828cf8e
commit
3a22e60226
|
@ -99,7 +99,7 @@ def get_crawl_job_entries(
|
||||||
# (in the last query bugout didn't return all of by last created_at)
|
# (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
|
# 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
|
current_offset = 0
|
||||||
entries = []
|
entries = []
|
||||||
|
|
Ładowanie…
Reference in New Issue