You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason like API Quota or incorrect request, the job can fail. The DB attribute, is_fetching, used to determine if the handle is still fetching or not.
This attribute remains on TRUE even if the handle fetching has failed.
Task
Fix error on is_fetching attribute in DB
Fix error on Fetcher
The text was updated successfully, but these errors were encountered:
BUG
Description
For some reason like API Quota or incorrect request, the job can fail. The DB attribute,
is_fetching
, used to determine if the handle is still fetching or not.This attribute remains on TRUE even if the handle fetching has failed.
Task
is_fetching
attribute in DBThe text was updated successfully, but these errors were encountered: