File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 55use Laravel \Octane \Events \RequestReceived ;
66use Laravel \Octane \Events \RequestTerminated ;
77use Laravel \Octane \Events \TaskReceived ;
8+ use Laravel \Octane \Events \TaskTerminated ;
89use Laravel \Octane \Events \TickReceived ;
10+ use Laravel \Octane \Events \TickTerminated ;
911use Laravel \Octane \Events \WorkerErrorOccurred ;
1012use Laravel \Octane \Events \WorkerStarting ;
1113use Laravel \Octane \Events \WorkerStopping ;
8183 ...Octane::prepareApplicationForNextOperation (),
8284 //
8385 ],
86+
87+ TaskTerminated::class => [
88+ //
89+ ],
8490
8591 TickReceived::class => [
8692 ...Octane::prepareApplicationForNextOperation (),
8793 //
8894 ],
95+
96+ TickTerminated::class => [
97+ //
98+ ],
8999
90100 OperationTerminated::class => [
91101 FlushTemporaryContainerInstances::class,
You can’t perform that action at this time.
0 commit comments