Correct HTTP method in CommitLogCheckPointAction (#1413)

* Correct HTTP method in CommitLogCheckPointAction
This commit is contained in:
Rachel Guan 2021-11-11 15:59:48 -05:00 committed by GitHub
parent 71e3427fdf
commit 91886e64db

View file

@ -80,7 +80,7 @@ public final class CommitLogCheckpointAction implements Runnable {
// Enqueue a diff task between previous and current checkpoints.
cloudTasksUtils.enqueue(
QUEUE_NAME,
CloudTasksUtils.createGetTask(
CloudTasksUtils.createPostTask(
ExportCommitLogDiffAction.PATH,
Service.BACKEND.toString(),
ImmutableMultimap.of(