breser / git2consul

Mirrors the contents of a git repository into Consul KVs.
Other
763 stars 164 forks source link

files in git not within source_root forcing check_pending to setLastProcessedRef #187

Closed ewah closed 4 years ago

ewah commented 4 years ago

files not the source_root will go into check pending.

    if (branch.source_root && record.path.indexOf(branch.source_root) !== 0) {
      return check_pending();
    };

and the pending_records is ALWAYS decrementing.

--pending_records
ewah commented 4 years ago

dupe #188 (i hit submit too early...)