mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
Change sleep to 10s after etl job init error
This commit is contained in:
commit
14824c06bb
@ -82,7 +82,7 @@ public class EtlJobActor extends UntypedActor {
|
||||
if (process.isAlive()) {
|
||||
process.destroy();
|
||||
}
|
||||
Thread.sleep(60000);
|
||||
Thread.sleep(10000);
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user