This commit is contained in:
2026-05-07 01:40:58 +08:00
parent 093ce2e8bc
commit 549b706fcc
30 changed files with 2159 additions and 53 deletions
+12
View File
@@ -64,5 +64,17 @@ return [
'count' => 1,
'reloadable' => true,
'constructor' => []
],
'proofdb_task_dispatcher' => [
'handler' => app\process\ProofDbTaskDispatcher::class,
'count' => 1,
'reloadable' => true,
'constructor' => []
],
'proofdb_task_worker' => [
'handler' => app\process\ProofDbTaskWorker::class,
'count' => 1,
'reloadable' => true,
'constructor' => []
]
];