searchpress icon indicating copy to clipboard operation
searchpress copied to clipboard

The async queue needs to batch

Open mboynes opened this issue 7 years ago • 0 comments

Follows #38

  • [ ] The async queue needs a filterably limit, call it 500 posts by default.
  • [ ] If there are more posts in the queue than the limit allows, the queue should automatically run in batches.
  • [ ] There should be a CLI command to clear out the queue.
  • [ ] The settings screen should report on the queue (maybe add a new tab?)

There is a high probability of race conditions and simultaneous writes, so we have to keep that in focus during development.

mboynes avatar Sep 24 '16 19:09 mboynes