Flagsmith Help Desk
Go to website
Back
Articles on:System Admin
Information about Flagsmith's supported languages, hosting, and performance.

Categories

  • General Admin
  • User Traits
  • Best Practices
  • System Admin
  • A/B and Multivariate Testing
  • Segments
  • Open Source
  • Data Management
  • Flag Analytics
  • Integrations
  • How does Flagsmith handle caching?
    All evaluation is done on our servers. That way you don't leak segment definitions to the client. In terms of caching, by design we do not have any caching infrastructure. You are free to proxy our API via a CDN if you wish. There is also a good pattern around caching flags within your infrastructure using our webhooks here: https://docs.flagsmith.com/integration-approaches/caching-flags-on-a-serverSome readers
  • Where is Flagsmith hosted?
    The Edge API provides a datastore and Edge compute API that is replicated across 8 AWS regions, with latency-based routing and global failover in the event of a region outage.Few readers
  • Do you have best practices to protect against potential outages?
    If you are relying both your uptime and response times on your services. First of all, uptime is our top priority at Flagsmith so that you can trust our uptime and responsiveness. Our uptime status and history is transparently reported here: https://flagsmith.statuspage.io/ Second, if you want to remove this risk entirely you can host Flagsmith on-premises. This is an option many security conscious or data sensitive organizations choose. Third, we would always recommend that the applicatiFew readers
  • How can I check in Flagsmith how many requests I've send to the service?
    If you go to the Organisation console, the API usage chart is on that page.Few readers
  • Does Flagsmith support promoting between environments?
    Not at this time. At the moment Flagsmith WON'T push any configuration successfully deployed on a testing environment to a production environment.Few readers
  • Does the Flagsmith .net SDK work with Unity 3D?
    Yes, it was built with .NET Standard 2.0 which works across virtually everything.Few readers
  • Do you support Python?
    Yes. All the languages we support can be found here: https://docs.flagsmith.com/clients/rest/Few readers
  • Where can I get the Flagsmith token for an Environment?
    You can find it in the 'Settings' for the EnvironmentFew readers
  • Where can I find my Project ID?
    If you go to the project settings page, you can see the ID in the URL. Also, you can find them by looking at the network tab when creating a feature in the browser. Create a new flag and then look at the inspector.Few readers
  • When deploying with Docker, how do I configure SES credentials?
    You can provide regular env vars for AWS e.g. AWSACCESSKEYID = 'YOUR-ACCESS-KEY-ID' AWSSECRETACCESSKEY = 'YOUR-SECRET-ACCESS-KEY'Few readers
  • Is there support for initializing a client that does not establish a network connection to Flagsmith?
    If you initialise the client without requesting any flags etc, it won't make a call to the Flagsmith API.Few readers
  • How do I get logs on how many calls are being made to Flagsmith?
    You can see API usage numbers in the 'Organization' console.Few readers
  • What is the official base URI for the API?
    https://api.flagsmith.com/api/v1/Few readers

Not finding what you are looking for?

Chat with us or send us an email.

  • Chat with us
© 2023 Flagsmith Help Desk