-
-
Notifications
You must be signed in to change notification settings - Fork 3
OctoDNS Sync Limitation with More Than 500 DNS Records #48
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
Comments
I assume the client's record listing method will need to add support for pagination. The default must be 500. octodns-gandi/octodns_gandi/__init__.py Lines 82 to 104 in 1c0e0fe
I don't have access to gandi, but happy to review PRs. |
Hello, do you have any information on the date when a new tag with pagination management will appear? |
No specific date currently planned, but I try to give it some time and avoid releasing things for every single feature. You can ping a specific SHA in the meantime. See https://github.com/octodns/octodns-gandi?tab=readme-ov-file#shas. |
Hello !
It seems that the module does not support managing more than 500 DNS records for a domain.
In my
domain.yml
file, I have 721 DNS entries. When I run octodns-sync, I can see the following message:YamlProvider[yaml] populate: found 721 records, exists=True
However, during the dry-run, it attempts to create 221 records, even though they are already present on the Gandi side.
It looks like there is a limitation or an issue with handling more than 500 records.
Has anyone else experienced this? Is there a known limitation or configuration I might be missing?
Thank you for your help!
The text was updated successfully, but these errors were encountered: