Skip to content

Releases: laravel/vapor-core

v2.40.0

05 Aug 11:50
1ec2f5c
Compare
Choose a tag to compare
fix: Avoid Filtering Failed Jobs Timestamp in Memory (#193)

* fix: Avoid Filtering Failed Jobs Timestamp in Memory

To display queue metrics, Vapor loads all `failed_jobs` and filters the period (1m, 5m, 10m, 30m, 1h, 24h, 7d, 30d) in memory.
When the failed_jobs table has a large number of rows, usually as a result of not pruning failed_jobs on a regular-basis, it would cause Queue Metrics to fail with HTTP status 502.

`getTable` was made public via https://github.com/laravel/framework/pull/56384

Note: In another PR, we could also filter all the other filter options (id, queue, query)

* Update VaporQueueListFailedCommand.php

---------

Co-authored-by: Taylor Otwell <[email protected]>

v2.39.0

22 Jul 15:58
73d862a
Compare
Choose a tag to compare

v2.38.2

04 Jul 08:16
72aafc7
Compare
Choose a tag to compare
Merge pull request #191 from laravel/flush-state

Add `flushState` method to reset static variables in `VaporWorkCommand`

v2.38.1

03 Jul 10:28
992ad5e
Compare
Choose a tag to compare
set log_limit to 10kb

v2.38.0

03 Jun 14:19
ded3cbc
Compare
Choose a tag to compare
  • Fix missing write permission for changelog updater by @olivernybroe in #189
  • [2.x] Fixes support for S3-Compatible Storage like Herd minio by @pintend in #190

v2.37.11

26 Feb 12:26
7436385
Compare
Choose a tag to compare

v2.37.10

18 Feb 18:41
0e53ce2
Compare
Choose a tag to compare
  • Add explicit null for php 8.4 deprecation warning fix by @PNardman in #188

v2.37.9

14 Jan 16:06
9dde475
Compare
Choose a tag to compare
  • Fix parsing multidimensional array from multipart by @Vinimaks in #186

v2.37.8

10 Dec 16:21
43cc210
Compare
Choose a tag to compare

v2.37.2

12 Nov 16:26
6c892e2
Compare
Choose a tag to compare