dispatch((new placeJob($data))->onQueue('important'));
this line calls the job constructor, but log statement and any other statement in handle function is not working.
i'm trying to dispatch the job. but the handle function in job is not working. i'm expecting that handle function should work!