.. oooops
This commit is contained in:
parent
f0b70c4dab
commit
917f8560a3
1 changed files with 1 additions and 1 deletions
|
@ -156,12 +156,12 @@ sub run {
|
||||||
uid => $uid
|
uid => $uid
|
||||||
)->wait;
|
)->wait;
|
||||||
}
|
}
|
||||||
next;
|
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
$errors += 1;
|
$errors += 1;
|
||||||
$self->app->log->error("work($uid)/hafas: $@");
|
$self->app->log->error("work($uid)/hafas: $@");
|
||||||
}
|
}
|
||||||
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO irgendwo ist hier ne race condition wo ein neuer checkin (in HAFAS) mit IRIS-Daten überschrieben wird.
|
# TODO irgendwo ist hier ne race condition wo ein neuer checkin (in HAFAS) mit IRIS-Daten überschrieben wird.
|
||||||
|
|
Loading…
Reference in a new issue