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

Add concept of StatelessEventContext #2999

Closed
wants to merge 3 commits into from

Commits on Mar 14, 2018

  1. Refactor event storage to not require state

    This is in preparation for using contexts that may or may not have the
    current_state_ids set. This will allow us to avoid unnecessarily pulling
    out state for an event on the master process when using workers.
    erikjohnston committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    2ad7c76 View commit details
    Browse the repository at this point in the history
  2. Add concept of StatelessEventContext

    The master process (usually) doesn't need the state at an event when it
    has been created by a worker process, so let's not automatically load
    the state in that case.
    erikjohnston committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    220a626 View commit details
    Browse the repository at this point in the history
  3. Fix invites

    erikjohnston committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    dbbaab7 View commit details
    Browse the repository at this point in the history