mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-08 00:21:41 +00:00
Merge remote-tracking branch 'origin/next' into 7552-pr-previews-not-working
This commit is contained in:
@@ -197,7 +197,7 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
|
||||
|
||||
public function __construct(public int $application_deployment_queue_id)
|
||||
{
|
||||
$this->onQueue('high');
|
||||
$this->onQueue(deployment_queue());
|
||||
|
||||
$this->application_deployment_queue = ApplicationDeploymentQueue::find($this->application_deployment_queue_id);
|
||||
$this->nixpacks_plan_json = collect([]);
|
||||
|
||||
Reference in New Issue
Block a user