imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

job_id not stored into job_statuses #1

Closed PixellUp closed 7 years ago

PixellUp commented 7 years ago

Stored job status in job_statuses table does not store job_id correspond to jobs table id

Expected Behavior

Store job_id for the current job status / progress

Current Behavior

job_id column in job_statuses table is NULL

My Environment

imTigger commented 7 years ago

Hello PixellUp, Thank you for your feedback! It was not implemented in v0.1.7. Please update to v0.1.8.