mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Remove hard coded queue name for RunTaskJob (#420)
This commit is contained in:
@@ -24,7 +24,7 @@ class RunTaskJob extends Job implements ShouldQueue
|
||||
*/
|
||||
public function __construct(public Task $task, public bool $manualRun = false)
|
||||
{
|
||||
$this->queue = 'standard';
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user