Skip to content

Commit acc1c18

Browse files
authored
Make sure that cron runner starts executing the job (#814)
1 parent 2934c5a commit acc1c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apigee_edge.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ function apigee_edge_cron() {
15881588
// The reason of this is to avoid race conditions.
15891589
for ($i = 0; $i < 100; $i++) {
15901590
if (($job = $executor->select())) {
1591-
$executor->cast($job);
1591+
$executor->call($job);
15921592
}
15931593
else {
15941594
break;

0 commit comments

Comments
 (0)