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: celery/celery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: public/celery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 10, 2012

  1. added new pool_process_up and pool_process_down signals that are exec…

    …uted in the same thread that is looking after the worker pool (i.e. MainProcess)
    
    this is needed to let us reconnect the django database after the worker has closed the socket of database connection due to FD inheritance via fork() but hasnt actually closed the object using .close() in the parent process
    
    see django-celery issue #152
    Alex Stapleton committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    c68b50a View commit details
    Browse the repository at this point in the history
  2. bump version

    Alex Stapleton committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    c0c29b4 View commit details
    Browse the repository at this point in the history
Loading