analytics-go
analytics-go copied to clipboard
Will this library work with Google AppEngine?
I see from the README that this library will enqueue events for asynchronous delivery. Google AppEngine creates processes when new http connections arrive, and destroys them after the connections have been served. It is thus incapable of running jobs in the background.
Will this library work with Google AppEngine?