Skip to content

ochre/deferred

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

About

Cloud Tasks compatible implementation of Deferred Tasks for java

Core changes:

  • DeferredTaskContext require HttpServletRequest and uses HttpServletRequest.attributes
  • Queue implementation changed from AppEngine QueueFactory to Cloud Tasks

Usage

Bind DeferredTaskServlet to DeferredTaskContext.DEFAULT_DEFERRED_URL (/_ah/queue/__deferred__)

Build

mvn clean package

Changelog

  • 1.0.9 - Added support for disabling GZip at call ot cloudtask
  • 1.0.8 - Change google-api-services-cloudtasks version to v2-rev7-1.25.0
  • 1.0.7 - Change google-api-services-cloudtasks version
  • 1.0.6 - Change google-api-client version
  • 1.0.5 - Actualize README, minor fix JavaDoc
  • 1.0.4 - Fix bug related to dateTimeFormat
  • 1.0.3 - Actualize code according to new API of Cloud Tasks
  • 1.0.2 - Use google-api-services-cloudtasks from maven central repo
  • 1.0.1 - Fallback to no credentials if can't create application default credentials
  • 1.0.0 - Initial release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%