Skip to content

various race conditions in applying old edits to updated documents #19

Description

@wrongu

current trigger/edit lifecycle is

  1. git pull
  2. create AI triggers
  3. git pull (to "debounce" / check for recent human edits and potentially cancel the triggers)
  4. run AI
  5. push changes

but the extra pull in step 3 can invalidate the triggers in step 2

should be able to just remove the extra pull

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions