Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Move catchup of replication streams to worker. #7024

Merged
merged 17 commits into from
Mar 25, 2020

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    7233d38 View commit details
    Browse the repository at this point in the history
  2. Don't panic if streams get behind.

    The catchup will in future happen on workers, so master process won't
    need to protect itself by dropping the connection.
    erikjohnston committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    811d2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba90596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f83255 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8734b75 View commit details
    Browse the repository at this point in the history
  6. Always subscribe to all streams.

    This already happens since the worker merge.
    erikjohnston committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    32c6568 View commit details
    Browse the repository at this point in the history
  7. Newsfile

    erikjohnston committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    259cdff View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    4f2a803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2070a2 View commit details
    Browse the repository at this point in the history
  3. Review comments

    erikjohnston committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ba1a8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3204b0e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Remove import loop

    erikjohnston committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    2380e40 View commit details
    Browse the repository at this point in the history
  2. Review comments

    erikjohnston committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e4c5b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309aee4 View commit details
    Browse the repository at this point in the history
  4. Fixup push rules stream

    erikjohnston committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    bd64b8f View commit details
    Browse the repository at this point in the history
  5. Fix HTTP update_function

    erikjohnston committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f8038f4 View commit details
    Browse the repository at this point in the history
  6. Add some type aliases

    erikjohnston committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    309c7eb View commit details
    Browse the repository at this point in the history