mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 03:14:35 -04:00
Made sure to restart the queue as part of the post-update procedure
This commit is contained in:
parent
9d9efca633
commit
33fe019df0
@ -75,6 +75,14 @@ class PostUpdate extends Command
|
|||||||
|
|
||||||
info("view cleared");
|
info("view cleared");
|
||||||
|
|
||||||
|
try {
|
||||||
|
Artisan::call('queue:restart');
|
||||||
|
} catch (\Exception $e) {
|
||||||
|
info("I wasn't able to restart the queue.");
|
||||||
|
}
|
||||||
|
|
||||||
|
info("queue restarted");
|
||||||
|
|
||||||
VersionCheck::dispatch();
|
VersionCheck::dispatch();
|
||||||
|
|
||||||
info("Sent for version check");
|
info("Sent for version check");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user