Skip to content
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

Handle more than 100 changes per policy #268

Open
calind opened this issue Oct 16, 2017 · 0 comments
Open

Handle more than 100 changes per policy #268

calind opened this issue Oct 16, 2017 · 0 comments
Labels

Comments

@calind
Copy link
Contributor

calind commented Oct 16, 2017

https://sentry.presslabs.net/presslabs/zinc/issues/1999/

Exception: Policy can't be applied. zone: '<zinc.route53.zone.Zone object at 0x7f463c672240>'; policy: '<zinc.route53.policy.Policy object at 0x7f463c55a4a8>'
(4 additional frame(s) were not displayed)
...
  File "zinc/route53/zone.py", line 200, in _reconcile_policy_records
    r53_policy.reconcile()
  File "zinc/route53/policy.py", line 109, in reconcile
    desired_record_ids = self.desired_records.keys()
  File "zinc/utils/__init__.py", line 13, in caching_wrapper
    return_value = method(self)
  File "zinc/route53/policy.py", line 36, in desired_records
    return OrderedDict([(record.id, record) for record in self._build_tree()])
  File "zinc/route53/policy.py", line 91, in _build_tree
    self.zone, self

reconcile failed for Zone plcdn.com. (Z2RH281D29YQSG).plcdn.com.
@calind calind added the bug label Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant