We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275016e commit edb078bCopy full SHA for edb078b
1 file changed
src/Controller/ScheduledTaskController.php
@@ -43,6 +43,7 @@ public function runTask(string $id, Context $context): JsonResponse
43
[
44
'id' => $id,
45
'status' => ScheduledTaskDefinition::STATUS_QUEUED,
46
+ 'nextExecutionTime' => new \DateTime(),
47
],
48
], $context);
49
0 commit comments