Skip to content

Commit

Permalink
Controllers: Core: Priority file checking before call API
Browse files Browse the repository at this point in the history
Make sure if file was exists on the server at first before call any API,
this to prevent long time waiting when batch process task is ongoing.

When file checking logic found not exists file, while compare serve array list
from FE module with existing file on the server. BE will automatically reject task
and return error message. Instead waiting until all other files has processed by
the API.

Signed-off-by: Dicky Herlambang (花) <herlambangdicky5@gmail.com>
  • Loading branch information
Nicklas373 committed Nov 7, 2024
1 parent d28c183 commit e5d60ad
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 265 deletions.
Loading

0 comments on commit e5d60ad

Please sign in to comment.