-
Feature Request
-
Resolution: Done
-
Major
-
2.7 ER1
-
None
-
3
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
3scale 2019-09-30
IndexProxyRuleWorker raises
ActiveRecord::RecordNotFound: Couldn't find ProxyRule with 'id'=X
When ProxyRule id "X" no longer exists.
Dev note
It seems we need to rescue from ActiveRecord::RecordNotFound in http://github.com/3scale/porta/tree/master/app/workers/index_proxy_rule_worker.rb. If the proxy rule no longer exists, no need to index it anymore?