Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: resque/php-resque
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: FortnoxAB/php-resque
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 18 files changed
  • 5 contributors

Commits on Feb 24, 2023

  1. PHP 8.2 compatability

    Andreas Fridlund committed Feb 24, 2023
    Copy the full SHA
    3a58258 View commit details

Commits on May 16, 2023

  1. Send TERM signal to child

    So we can register a pcntl_signal handler in the fork for handling the
    shutdown gracefully.
    
    When running in k8s its also used to comply with the pod lifecycle.
    kubelet will first send TERM and then after
    terminationGracePeriodSeconds it will send KILL
    Jonas Falck committed May 16, 2023
    Copy the full SHA
    05e805c View commit details

Commits on Aug 3, 2023

  1. fix systax php 8.2

    DGWA_Pham Van Tuan_BE/トァン committed Aug 3, 2023
    Copy the full SHA
    23afcf3 View commit details

Commits on Aug 23, 2023

  1. Merge pull request #2 from tuanpham197/develop

    [PHP_8.2] Fix systax error php 8.2
    afridlund85 authored Aug 23, 2023
    Copy the full SHA
    5338472 View commit details

Commits on Nov 9, 2023

  1. Copy the full SHA
    70f9e0c View commit details
  2. Merge pull request #4 from FortnoxAB/feature/bump-composer-deps

    Bump composer dependencies and setup phpstan.
    afridlund85 authored Nov 9, 2023
    Copy the full SHA
    c821ce4 View commit details

Commits on Feb 26, 2024

  1. Fix psr/log 3.0 compliant

    Andreas Fridlund committed Feb 26, 2024
    Copy the full SHA
    77d8c14 View commit details
  2. Merge pull request #5 from FortnoxAB/update-prs-log-dependency

    Fix psr/log 3.0 compliant
    afridlund85 authored Feb 26, 2024
    Copy the full SHA
    0318d47 View commit details
  3. Actually add the psr log change....

    Andreas Fridlund committed Feb 26, 2024
    Copy the full SHA
    9d75379 View commit details

Commits on Feb 27, 2024

  1. Merge pull request #6 from FortnoxAB/update-prs-log-dependency

    Actually add the psr log change....
    afridlund85 authored Feb 27, 2024
    Copy the full SHA
    0e86366 View commit details
Loading