feat: add github spider md push and async task logging

This commit is contained in:
www
2026-04-19 19:37:53 +08:00
parent e8688443e5
commit fccd2bfe5b
12 changed files with 970 additions and 11 deletions

View File

@@ -18,5 +18,6 @@ return [
'video:metadata:workbench' => 'app\\command\\VideoMetadataMissingWorkbenchCommand',
'video:metadata:task-pool' => 'app\\command\\VideoMetadataMissingTaskPoolCommand',
'plan:seed:video-metadata-missing' => 'app\\command\\VideoMetadataMissingPlanTaskSeedCommand',
'plan:seed:domain-spider-md' => 'app\\command\\DomainSpiderMdPlanTaskSeedCommand',
],
];