Files
weave-scope/extras
Bryan Boreham 3456c844ec Don't run delete batches in parallel
Now we are handling multiple org-hour records in parallel, it's best
no to have additional parallelism at the delete level where they may
collide on hash key.
2019-06-09 09:27:04 +00:00
..
2018-07-08 16:30:07 +00:00
2017-05-22 17:27:35 +02:00

Extra code

Useful things that go well with scope.

  • Code in this directory must always compile (enforced by CircleCI)
  • This directory is ignored for testing but should lint cleanly
  • Changes to code in this directory does not need to be PR'd