wip
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Jobs\HandleCoolifyTaskInQueue;
|
||||
use App\Jobs\CoolifyTask;
|
||||
use Illuminate\Queue\Events\JobProcessed;
|
||||
use Illuminate\Support\Facades\Process;
|
||||
use Illuminate\Support\Facades\Queue;
|
||||
@@ -32,7 +32,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
Queue::after(function (JobProcessed $event) {
|
||||
// @TODO: Remove `coolify-builder` container after the remoteProcess job is finishged and remoteProcess->type == `deployment`.
|
||||
if ($event->job->resolveName() === HandleCoolifyTaskInQueue::class) {
|
||||
if ($event->job->resolveName() === CoolifyTask::class) {
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user