Laravel Job Status Versions Save

Add ability to track Job progress, status and result dispatched to Queue.

1.2.0

3 years ago
  • Add possibility to extend JobStatusUpdater @dux
  • Mark job as failed when it reached max retry count @AidasK
  • Fail-safe for job classes no longer exist @AidasK

1.1.0

4 years ago
  • Dedicated database connection support is added. Therefore JobStatus updates can be saved instantly even within your application transaction. Read setup step 6 for instructions.

  • Fixed errors caused by calling attempts() on null object, thanks @PatBriPerso

1.1.0-rc1

4 years ago

Dedicated database connection support is added. Therefore JobStatus updates can be saved instantly even within your application transaction. Read setup step 6 for instructions.

1.0.1

4 years ago

Credit to @tarekadam @PatBriPerso

v1.0.0-rc1

4 years ago
  • Added more tests
  • Added TrackableJob interface
  • Minimum requirements changed to php > 7.1 and Laravel 5.5
  • Some refactor of update code

Thanks to @crashkonijn

v0.2.2

5 years ago

Fixing Beanstalkd attempts() issues Thank you @alexking for the PR!

v0.2.1

5 years ago

Thank you @bagwaa for the PR!

v0.2.0

5 years ago

Use Job's displayName() for type field if method exists Store "Label Generation Job" instead of "App\Jobs\LabelJob"

This change may break application if you have displayName() in your Job and have specific use case type field Therefore minor version bumped

v0.1.14

5 years ago

Fixed: Array to string conversion exception when updating job_statuses Thank you @dverraes for the PR!

v0.1.13

6 years ago