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

Split out registration to worker #4666

Merged
merged 6 commits into from Feb 18, 2019
Merged

Commits on Feb 18, 2019

  1. Split out registration to worker

    This allows registration to be handled by a worker, though the actual
    write to the database still happens on master.
    
    Note: due to the in-memory session map all registration requests must be
    handled by the same worker.
    erikjohnston committed Feb 18, 2019
    Copy the full SHA
    eb2b852 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Feb 18, 2019
    Copy the full SHA
    91c8a7f View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    erikjohnston committed Feb 18, 2019
    Copy the full SHA
    41c3f21 View commit details
    Browse the repository at this point in the history
  4. Update changelog.d/4666.feature

    Co-Authored-By: erikjohnston <erikj@jki.re>
    Half-Shot and erikjohnston committed Feb 18, 2019
    Copy the full SHA
    e83a190 View commit details
    Browse the repository at this point in the history
  5. Update docs

    erikjohnston committed Feb 18, 2019
    Copy the full SHA
    8b9ae6d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    af691e4 View commit details
    Browse the repository at this point in the history