partial update fix sync data pbg

This commit is contained in:
arifal
2025-08-07 22:04:40 +07:00
parent dd1cd72450
commit 3902a486f7
11 changed files with 114 additions and 9 deletions

View File

@@ -50,8 +50,8 @@ class ScrapingDataJob implements ShouldQueue
]);
// Run the scraping services
$service_google_sheet->run_service();
$service_pbg_task->run_service();
// $service_google_sheet->run_service();
// $service_pbg_task->run_service();
try{
$service_tab_pbg_task->run_service();
}catch(\Exception $e){