You will also need to have all your .forestadmin-schema.json with the same version.
We see 60 changes on the forestadmin-schema / minutes on our api for your environments which is not a normal situation
For a more detailed explanation, this project environment has simply been blacklisted by our platform due to an anormal usage (as described by @vince).
We have deactivated the blacklisting, but you clearly need to sanitize your infrastructure to prevent the schema spamming our servers receive. Without any action, you’re at risk to be blacklisted again.
To be fully transparent, other Yubi environments have been blacklisted for the same reasons.
can you explain more on 60 calls/minute? schema is part of the code deployed with the application right? @arnaud is there any best practices article on this?
Each server instance sends a schema as soon as it starts.
Please look at your infrastructure for server restarting/looping on the start process.
Additionally, each instance has a slightly different schema version. It shares the same environment secret, but they send a different schema, so forest is “glitching” infinitely. Do you scale your production server intentionally? The schema version should be the same across all instances that share the same environment secret. Having differences in schemas from one instance to another, plus the fact it restarts regularly produces blacklisting.
Finally, when the “server always restarts” problem is fixed, you will certainly be able to reduce the number of instances to a single one.