kugra-al / al-laravel

Status: live
0 stars 0 forks source link

timeout 30 seconds on ReadItmFile job #8

Closed kugra-al closed 1 year ago

kugra-al commented 1 year ago

Dispatch on jobs for ReadItmFiles job needs to be syncs/delayed. Frontend shouldn't need to wait

Ed: this is because the execution code is in construct instead of handle. This should be lasting a couple seconds to fire off the other jobs. Don't change max_execution_time - if any job is lasting > 30 seconds, we doing it wrong.

kugra-al commented 1 year ago

Fixed in https://github.com/kugra-al/al-laravel/commit/032da495513835ebf4346fbfb1ee3aade4f60b23 (which created 2 new bugs)