Skip to content

Releases: laravel/vapor-core

v2.43.3

10 Mar 16:19
e25e8ed

Choose a tag to compare

  • [2.0] Catch PDOException when MySQL server has gone away during SET SESSION wait_timeout reset by @rizalpahlevii in #200

v2.43.2

24 Feb 14:47
861979c

Choose a tag to compare

v2.43.1

20 Jan 17:30
3e67143

Choose a tag to compare

v2.43.0

08 Jan 16:23
ee26b22

Choose a tag to compare

v2.42.0

06 Jan 16:35
fb0db5c

Choose a tag to compare

  • Expose AWS Lambda execution context for Vapor logging by @sahil7194 in #196

v2.41.0

23 Sep 14:23
80faabf

Choose a tag to compare

v2.40.0

05 Aug 11:50
1ec2f5c

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 <taylorotwell@gmail.com>

v2.39.0

22 Jul 15:58
73d862a

Choose a tag to compare

v2.38.2

04 Jul 08:16
72aafc7

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

Choose a tag to compare

set log_limit to 10kb