Skip to content
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

Adhoc task failed - Attempt to assign property "endcrawl" on bool #185

Open
matthewhilton opened this issue Oct 10, 2024 · 0 comments
Open

Comments

@matthewhilton
Copy link
Contributor

matthewhilton commented Oct 10, 2024

I believe it is this line:

$history->endcrawl = time();

which indicates the $history record does not exist and is being queried from the db but not being returned.

Not sure if this is a logic issue in the code or if its a db replica lag issue

Its possible the get_config is returning a time for crawlstart that was never inserted into the db, hence it looks like it is stuck looking for a record that will never exist

I was able to fix the task manually by using the "clear progress" page/button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant