Errors within rule execution for existing collection items could be handled better · Issue #1603 · jorenn92/Maintainerr · GitHub
More Web Proxy on the site http://driver.im/
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
Within the rule executor, if we run into an error getting data from any of the APIs via the valueGetter, the media item we're evaluating will end up being removed from the collection. If the error is transient it will be re-added on the next run.
I propose that we leave media items in the collection when this scenario occurs, in the hopes that it will be corrected on the next run. We should prevent those media items from being handled by the collection handler with some sort of flag, and perhaps surface this in the UI somewhere.
The text was updated successfully, but these errors were encountered:
Within the rule executor, if we run into an error getting data from any of the APIs via the valueGetter, the media item we're evaluating will end up being removed from the collection. If the error is transient it will be re-added on the next run.
I propose that we leave media items in the collection when this scenario occurs, in the hopes that it will be corrected on the next run. We should prevent those media items from being handled by the collection handler with some sort of flag, and perhaps surface this in the UI somewhere.
The text was updated successfully, but these errors were encountered: