Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improve timing of checks depending on changes since last check #163
base: main
Are you sure you want to change the base?
feat: improve timing of checks depending on changes since last check #163
Changes from 2 commits
739ef30
87d2c52
ed5a584
68f5556
d72ffac
76ab578
c72a100
b8c8cac
7d07a2b
825e793
463f229
ab00ea7
0e47263
1825df6
941e894
2e0fb48
f07bcee
5f0c84c
e33f090
6adec5c
c25281c
35ecc23
3491421
f5eef08
852663a
6e6ac05
431aa7f
571a12d
ff1fc70
3daf61b
524e57c
70a2640
3e2e6cd
a8dc898
9a10b7c
fe9e68c
b9e4099
2f59451
6d99e23
461cf9a
8c6372d
5aa528b
8f3e121
96256a8
0d4275a
9661aa5
79a0421
a7ae5dd
04d324a
9de1c48
23d5ec4
80645f5
ae8ecaa
e809a52
3039850
a69f5bc
4c4201e
df0f967
e68ab04
5a95774
b32a703
e67f2a0
bf5a455
6285a54
5df8670
3a14cd1
9adbcff
eef5f21
7f0348f
0f1e2e1
913913d
a60bff9
85f0ef3
2c07642
4bcb89b
927bb09
5e651eb
6a9a7ea
abc45b6
8e7ec6f
0e89128
cc69099
d1590cb
d58d4af
9e0f626
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The temporary table was used to make an atomic ["select" and "mark as crawling"] to allow for multi crawlers. See #68.
Somehow with the status refactoring, we had already drop the
await connection.execute(update_select_catalog_query)
.Thus I don't think this temporary table is useful today, but we're probably not multi-crawlers safe either anymore :p
Since we don't have multiple crawlers used yet, this can be checked in a distinct PR (since it's not introduced here)