fix bug sync google sheet and handle to long data address on pbg task

This commit is contained in:
arifal
2025-05-20 11:13:21 +07:00
parent c4d865bf2b
commit 34e082c31b
3 changed files with 28 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class ScrapingDataJob implements ShouldQueue
if (isset($import_datasource)) {
$import_datasource->update([
'status' => 'failed',
'response_body' => 'Error: ' . $e->getMessage(),
'response_body' => 'Terjadi kesalahan, Syncronize tidak selesai',
'finish_time' => now(),
'failed_uuid' => $failed_uuid,
]);