Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use multiprocessing for Pika event consumer #6760

Merged
merged 31 commits into from
Oct 14, 2020

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    d6447dd View commit details
    Browse the repository at this point in the history
  2. Fix to multithreading

    alwx committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    78158ee View commit details
    Browse the repository at this point in the history
  3. PikaConnector

    alwx committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    173bae9 View commit details
    Browse the repository at this point in the history
  4. Code fixes

    alwx committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    22f7994 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Updates for pika broker

    alwx committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b1b39c5 View commit details
    Browse the repository at this point in the history
  2. Changelog entry

    alwx committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4090c27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f600187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa1911b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21c37b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Changelog entry update

    alwx committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    526c91b View commit details
    Browse the repository at this point in the history
  2. Pika import fixes

    alwx committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    bed55f5 View commit details
    Browse the repository at this point in the history
  3. Code style updates

    alwx committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    1ab4126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a32684 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    e712927 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    6e0b86d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    d15d733 View commit details
    Browse the repository at this point in the history
  2. Black reformatting

    alwx committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    21ee082 View commit details
    Browse the repository at this point in the history
  3. Fix

    alwx committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    f8e6de8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. merge master

    indam23 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    1e220c9 View commit details
    Browse the repository at this point in the history
  2. monkeypatch pika test

    indam23 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f2c3f62 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    50065c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e6c13 View commit details
    Browse the repository at this point in the history
  3. Update for connect function

    alwx committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    25aa275 View commit details
    Browse the repository at this point in the history
  4. Bugfix for .ready() function

    alwx committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3efe6f9 View commit details
    Browse the repository at this point in the history
  5. Removed unnecessary check

    alwx committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f92bf22 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    f1beb7d View commit details
    Browse the repository at this point in the history
  2. Logger cleanup

    alwx committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2e07743 View commit details
    Browse the repository at this point in the history
  3. Code style updates

    alwx committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7d07c54 View commit details
    Browse the repository at this point in the history
  4. Small bugfix

    alwx committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ffb280d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1e0e2b View commit details
    Browse the repository at this point in the history
  6. Test fix

    alwx committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b16375b View commit details
    Browse the repository at this point in the history