I am working on an GWT Appenginge project. I get my data from an external api and i want to update the database every minute. I just found out that appengine does not allow timers! Why??
What workarounds are there, or do you think i have a general design flaw.
Thanks
You’re probably looking for something similar to this: GWT, Google App Engine, TimerTask or Thread in ServiceImpl throw exception
Also, you might want to update your question title – it doesn’t seem to be related to your question.