Hi, In our app engine deployment we have some static json that represents the configuration parameters for the server. Every time we have to change any parameters, it requires a repush of the entire stack.
What are the recommended ways of creating a dynamic configuration library where we only need to push the configuration files for the changes to take effect. I can think of using task queues, or pub-sub for generating the notifications, but both have the same drawback that the message will only be delivered to 1 single task and not to all the tasks globally. Thanks, Shaunak -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5369d262-bde8-4091-8bdb-2d497305354f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
