We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lucas wrote an initial version for an internal Caelum project (caelumsite). We may want to include this in the VRaptor's GAE plugin.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
Lucas wrote an initial version for an internal Caelum project (caelumsite). We may want to include this in the VRaptor's GAE plugin.
The text was updated successfully, but these errors were encountered: