Skip to content

Releases: idanoo/php-resque

3.1.0

20 May 08:46
199c689

Choose a tag to compare

3.1.0 (2026-05-20)

  • Reduce redis calls across php-resque
  • Reduce N+1 issues in queue lookup loop
  • Remove status logic. Unusable at scale. (Removed 4th param in enqueue/create)

3.0.0

04 May 04:40
c19f894

Choose a tag to compare

3.0.0 (2026-05-04)

  • Update PHP to >=8.3
  • Update packages
  • Improve PHP8.5 support

2.6.2

07 Feb 04:46
2db8906

Choose a tag to compare

2.6.2 (2026-02-07)

  • Update packages
  • Remove setproctitle in favour of cli_set_process_title
  • Add DISABLE_STATS env var to reduce redis load

2.6.1

30 Nov 20:52
c542be0

Choose a tag to compare

  • readd PHP 8.1 support

2.6.0

27 Nov 02:10
7a23b1f

Choose a tag to compare

  • Removed 'workers' set in redis. This served no actual purpose and the garbage collection caused issues when running at scale.
  • Updated support for PHP 8.5.
  • Updated packages.

2.5.3

08 Jun 03:20
aad9334

Choose a tag to compare

Update typing of Log() to support all psr\log versions

2.5.2

08 Jun 02:22
b904235

Choose a tag to compare

  • Update typing of Log() to support all psr\log versions

2.5.1

08 Jun 01:59
eb33956

Choose a tag to compare

  • Update psr/log version requirements

2.5.0

08 Jun 01:49
e3ac979

Choose a tag to compare

  • Update packages

2.4.0

11 Dec 01:33

Choose a tag to compare

v3.4.0 - Update packages