I must admit I have no experience on GAE and EC2. On GAE the issues are 2: - no relational db available - is really allowed on GAE to have a long running process that (possibly) never ends ? Is not GAE charging something for every query made on their BigTable db ? I don't think the scheduler would be a solution fit to their structure, and they have their own Scheduled Tasks
EC2 on the other end, as far as I know, is a "full" system, so as long as there is a relational db available, Scheduler will happily work on that (don't know what they actually charge, so also here there is the issue of a long running process continuously polling for tasks potentially "raising" the $ consumed). On Monday, August 6, 2012 3:05:43 PM UTC+2, Alan Etkin wrote: > > > Feel free to propose features you'd like to see in the scheduler, I have > some time to spend implementing it. > > Will (or could) scheduler support multi-platform apps? (EC2, GAE, ...)? > > --