Is it possible to make a module private (as it was the default with backends) ?I'm only using modules for long task processing so I don't need and I don't want to have them publicly available.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/KvaLdfCEEDA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
I guess I could use a cryptic version name to be sure no spam bot will ever wake up some of my modules (and cost me some $).
It would be better if Google could provide a simple way to make them private and hide them from the outside.