You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: