Skip to content

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

@wrongu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions