Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GAE: create a typesafe Task Queue scheduler #251

Open
sergiolopes opened this issue Sep 18, 2010 · 1 comment
Open

GAE: create a typesafe Task Queue scheduler #251

sergiolopes opened this issue Sep 18, 2010 · 1 comment
Milestone

Comments

@sergiolopes
Copy link
Member

Lucas wrote an initial version for an internal Caelum project (caelumsite). We may want to include this in the VRaptor's GAE plugin.

@lucascs
Copy link
Member

lucascs commented Feb 27, 2012

Ideas for the API:

interface TaskScheduler {
     TaskScheduler with(String queueName);
     <T> T start(Class<T> type); // sched.start(Controller.class).method();
     <T> T start(T controller); // sched.start(this).method();
}

only URI's starting with "/tasks"?
creating an @task ?
Something about retries?
Something about future tasks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants