google-nomulus/networking/gradle/dependency-locks
Lai Jiang bc62e13e41 Implement a util class to manage push queues using Cloud Tasks API (#1290)
* Implement a util class to manage push queues using Cloud Tasks API

Push queues were part of App Engine when they debuted. As a result the
Task Queue API were part of the App Engine SDK and can only be used in
App Engine classic runtime. The new Cloud Tasks API can be used in any
runtime but it only supports push queues. In this PR we implement a util
class (CloudTasksUtils) like TaskQueueUtils to handle enqueuing tasks to
push queues using Cloud Tasks. One action (TldFanoutAction) was
converted to use the new API as a demo. Mass migration of other call sites of
the old API will follow in a separate PR.

TESTED=deployed to alpha and verified that tasks are corrected enqueued
and executed.
2021-08-24 21:13:54 -04:00
..
annotationProcessor.lockfile Update more dependencies to newer versions (#999) 2021-03-10 11:22:07 -05:00
archives.lockfile Refactor common code used by the proxy and the prober (#375) 2019-11-20 12:42:44 -05:00
buildscript-classpath.lockfile Refactor common code used by the proxy and the prober (#375) 2019-11-20 12:42:44 -05:00
checkstyle.lockfile Upgrade to Gradle 6.8.2 (#957) 2021-02-08 09:35:43 -05:00
compile.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
compileClasspath.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
compileOnly.lockfile Refactor common code used by the proxy and the prober (#375) 2019-11-20 12:42:44 -05:00
default.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
deploy_jar.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
errorprone.lockfile Upgrade error-prone to 3.3.4 (#848) 2020-10-23 11:17:57 -04:00
errorproneJavac.lockfile Enable Java 11 features (#737) 2020-08-03 16:08:29 -04:00
jacocoAgent.lockfile Upgrade to Gradle 6.8.2 (#957) 2021-02-08 09:35:43 -05:00
jacocoAnt.lockfile Upgrade to Gradle 6.8.2 (#957) 2021-02-08 09:35:43 -05:00
runtime.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
runtimeClasspath.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
testAnnotationProcessor.lockfile Update more dependencies to newer versions (#999) 2021-03-10 11:22:07 -05:00
testCompile.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
testCompileClasspath.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
testCompileOnly.lockfile Refactor common code used by the proxy and the prober (#375) 2019-11-20 12:42:44 -05:00
testRuntime.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00
testRuntimeClasspath.lockfile Implement a util class to manage push queues using Cloud Tasks API (#1290) 2021-08-24 21:13:54 -04:00