-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
When limits are hit, property is not populated correctly #79
Comments
This comment has been minimized.
This comment has been minimized.
I believe this is simply set based on the return code of the crawler. I know there have been discussion around return codes and we updated recently so I'd search for this first. |
Here is the situation: in browsertrix crawler, when progress is reported, the following structure is used:
The In zimit, we reuse these two properties to populate the task progress JSON file. In zimfarm worker, we use the task progress JSON file to set the task In zimit-frontend we use the All that been said, I don't know how / where we should implement a fix:
I'm personally in favor of option 3. |
See e.g. https://zimit.kiwix.org/api/v1/requests/781385ac-9640-4232-8ffd-59a0bb68d0a0 or https://zimit.kiwix.org/api/v1/requests/a4e9121f-e73d-4e94-8fa4-b2a87db8e6d9
Both tasks have hit the 2 hours limit, but the API says that the limit has not been hit.
Something is obviously broken somewhere.
Note this is probably an upstream issue, but one need to dive to confirm this.
The text was updated successfully, but these errors were encountered: