mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 14:34:44 +02:00
Remove hard coded queue name for RunTaskJob (#420)
This commit is contained in:
parent
7813b6060c
commit
7b0a15e746
@ -24,7 +24,7 @@ class RunTaskJob extends Job implements ShouldQueue
|
|||||||
*/
|
*/
|
||||||
public function __construct(public Task $task, public bool $manualRun = false)
|
public function __construct(public Task $task, public bool $manualRun = false)
|
||||||
{
|
{
|
||||||
$this->queue = 'standard';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user