1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

remove delay

This commit is contained in:
Damodar Lohani 2021-05-18 18:55:09 +05:45
parent f2405dc219
commit 8b60061875

View file

@ -66,7 +66,7 @@ App::init(function ($utopia, $request, $response, $console, $project, $consoleDB
Console::info('Issuing a TLS certificate for the master domain (' . $domain->get() . ') in ~30 seconds..'); // TODO move this to installation script
ResqueScheduler::enqueueAt(\time() + 30, 'v1-certificates', 'CertificatesV1', [
Resque::enqueue('v1-certificates', 'CertificatesV1', [
'document' => $dbDomain,
'domain' => $domain->get(),
'validateTarget' => false,