keuss 1.6.8 → 1.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -217,6 +217,7 @@ class PersistentMongoQueue extends Queue {
217
217
  try {
218
218
  query = {
219
219
  _id: (_.isString(id) ? new mongo.ObjectID (id) : id),
220
+ processed: {$exists: false},
220
221
  reserved: {$exists: false}
221
222
  };
222
223
  }
@@ -3,7 +3,9 @@ id: changelog
3
3
  title: Changelog
4
4
  sidebar_label: Changelog
5
5
  ---
6
- * v.1.6.8
6
+ * v1.6.9
7
+ * fix glitch in remove item on tape mongo (ps-mongo)
8
+ * v1.6.8
7
9
  * added remove-by-id support
8
10
  * v1.6.7
9
11
  * small fix on deadetter signalling
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keuss-docusaurus",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "docusaurus": "docusaurus",