Also (sorry for the question spam) - we're using A...
# ask-community
a
Also (sorry for the question spam) - we're using AWS to host our internal Prefect testbed. We have a OSS Server, Clients, and Workers that deploy flows to Fargate (following the docs guide). From what I read, it seems like the Server will always support older Clients, is this true for Workers? I am trying to figure out what versions we need to lock down and what would break if we did a Server update/Worker update/Client update.
r
Good question. From what I’ve seen the server is usually backward compatible with older clients. Not 100% sure about workers though — I think they generally follow the same API, but version gaps might still cause issues. In most setups I’ve seen people just keep server, workers, and clients on roughly the same version to avoid surprises. Would be good to hear from someone on the Prefect team though.
a
Thank you for the insight! That's what we've been loosely doing but specifics would be nice to know from the Prefect team.