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
In many tasks that process a queue, e.g., when the source data is missing, the call func(item) will never be able to get job done. But we can simply ignore and continue on other items. So we need an option to not re-raise exception of the last try .
The text was updated successfully, but these errors were encountered:
In many tasks that process a queue, e.g., when the source data is missing, the call func(item) will never be able to get job done. But we can simply ignore and continue on other items. So we need an option to not re-raise exception of the last try .
The text was updated successfully, but these errors were encountered: