romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
698 stars 92 forks source link

[5.0] Fix tests #136

Closed romanzipp closed 1 year ago

romanzipp commented 1 year ago

Introduced in #131

romanzipp commented 1 year ago

@AsemAlalami It looks like the job UUID is not available right after dispatching a job. When running a single test, two monitor models get created.

  1. job_id = 1, job_uuid = 1
  2. job_id = 1, job_uuid = "2ed29d3b-c7e0-..."