@hotmeshio/hotmesh 0.3.1 → 0.3.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotmeshio/hotmesh",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Unbreakable Workflows",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -54,6 +54,7 @@ class Trigger extends activity_1.Activity {
54
54
  catch (error) {
55
55
  telemetry?.setActivityError(error.message);
56
56
  if (error instanceof errors_1.DuplicateJobError) {
57
+ await (0, utils_1.sleepFor)(1000);
57
58
  const isOverage = await collator_1.CollatorService.isInceptionOverage(this, this.context.metadata.guid);
58
59
  if (isOverage) {
59
60
  this.logger.info('trigger-collation-overage', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotmeshio/hotmesh",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Unbreakable Workflows",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",