@sapphire/plugin-scheduled-tasks 2.0.0 → 2.1.0-next.72eee67.0

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 +1 @@
1
- {"version":3,"file":"ScheduledTaskHandler.d.ts","sourceRoot":"","sources":["../../src/lib/ScheduledTaskHandler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAEnF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAEnF,qBAAa,oBAAoB;IAChC,SAAgB,QAAQ,EAAE,yBAAyB,CAAC;gBAEjC,OAAO,EAAE,qBAAqB,GAAG,SAAS;IAK7D,IAAW,MAAM,IAAI,yBAAyB,CAAC,QAAQ,CAAC,CAEvD;IAEM,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,MAAM;IAWnF,cAAc;IAkBd,MAAM,CAAC,EAAE,CAAC,EAAE,OAAO;IAInB,IAAI,CAAC,OAAO,CAAC,EAAE,OAAO;IAItB,YAAY,CAAC,OAAO,CAAC,EAAE,OAAO;IAI9B,GAAG,CAAC,EAAE,EAAE,OAAO;IAIT,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;IA4BlE,OAAO,KAAK,KAAK,GAEhB;CACD"}
1
+ {"version":3,"file":"ScheduledTaskHandler.d.ts","sourceRoot":"","sources":["../../src/lib/ScheduledTaskHandler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAEnF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAEnF,qBAAa,oBAAoB;IAChC,SAAgB,QAAQ,EAAE,yBAAyB,CAAC;gBAEjC,OAAO,EAAE,qBAAqB,GAAG,SAAS;IAK7D,IAAW,MAAM,IAAI,yBAAyB,CAAC,QAAQ,CAAC,CAEvD;IAEM,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,MAAM;IAWnF,cAAc;IAkBd,MAAM,CAAC,EAAE,CAAC,EAAE,OAAO;IAInB,IAAI,CAAC,OAAO,CAAC,EAAE,OAAO;IAItB,YAAY,CAAC,OAAO,CAAC,EAAE,OAAO;IAI9B,GAAG,CAAC,EAAE,EAAE,OAAO;IAIT,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;IA6BlE,OAAO,KAAK,KAAK,GAEhB;CACD"}
@@ -60,14 +60,15 @@ class ScheduledTaskHandler {
60
60
  framework_1.container.client.emit(ScheduledTaskEvents_1.ScheduledTaskEvents.ScheduledTaskNotFound, task, payload);
61
61
  return;
62
62
  }
63
- const stopwatch = new stopwatch_1.Stopwatch();
64
63
  const result = await (0, framework_1.fromAsync)(async () => {
65
64
  framework_1.container.client.emit(ScheduledTaskEvents_1.ScheduledTaskEvents.ScheduledTaskRun, task, payload);
65
+ const stopwatch = new stopwatch_1.Stopwatch();
66
66
  const result = await piece.run(payload);
67
- framework_1.container.client.emit(ScheduledTaskEvents_1.ScheduledTaskEvents.ScheduledTaskSuccess, task, payload, result);
68
- return result;
67
+ const { duration } = stopwatch.stop();
68
+ framework_1.container.client.emit(ScheduledTaskEvents_1.ScheduledTaskEvents.ScheduledTaskSuccess, task, payload, result, duration);
69
+ return { result, duration };
69
70
  });
70
- const { duration } = stopwatch.stop();
71
+ const { duration } = result.value;
71
72
  if ((0, framework_1.isErr)(result)) {
72
73
  framework_1.container.client.emit(ScheduledTaskEvents_1.ScheduledTaskEvents.ScheduledTaskError, result.error, task, duration, payload);
73
74
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ScheduledTaskHandler.js","sourceRoot":"","sources":["../../src/lib/ScheduledTaskHandler.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ScheduledTaskHandler.js","sourceRoot":"","sources":["../../src/lib/ScheduledTaskHandler.ts"],"names":[],"mappings":"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"}
@@ -3,17 +3,39 @@
3
3
  * You can use these events to trace the progress for debugging purposes.
4
4
  */
5
5
  export declare enum ScheduledTaskEvents {
6
- /** Event that is emitted if a task piece is not found in the store */
6
+ /** Event that is emitted if a task piece is not found in the store
7
+ * @param task The name of the task what tried to run
8
+ * @param payload The payload of the task
9
+ */
7
10
  ScheduledTaskNotFound = "scheduledTaskNotFound",
8
- /** Event that is emitted before a task's "run" method is called */
11
+ /** Event that is emitted before a task's "run" method is called
12
+ * @param task The name of the task what tried to run
13
+ * @param payload The payload of the task
14
+ */
9
15
  ScheduledTaskRun = "scheduledTaskRun",
10
- /** Event that is emitted when a task's "run" method throws an error */
16
+ /** Event that is emitted when a task's "run" method throws an error
17
+ * @param error The error what occurred during the run
18
+ * @param task The name of the task what tried to run
19
+ * @param duration The duration what indicates how long running the task took
20
+ * @param payload The payload of the task
21
+ */
11
22
  ScheduledTaskError = "scheduledTaskError",
12
- /** Event that is emitted when a tasks's "run" method is successful */
23
+ /** Event that is emitted when a tasks's "run" method is successful
24
+ * @param task The name of the task what tried to run
25
+ * @param payload The payload of the task
26
+ * @param result The result of the run
27
+ * @param duration The duration what indicates how long running the task took
28
+ */
13
29
  ScheduledTaskSuccess = "scheduledTaskSuccess",
14
- /** Event that is emitted when a task's "run" method finishes, regardless of whether an error occurred or not */
30
+ /** Event that is emitted when a task's "run" method finishes, regardless of whether an error occurred or not
31
+ * @param task The name of the task what tried to run
32
+ * @param duration The duration what indicates how long running the task took
33
+ * @param payload The payload of the task
34
+ */
15
35
  ScheduledTaskFinished = "scheduledTaskFinished",
16
- /** Event that is emitted when the scheduler fails to connect to the server (i.e. redis or sqs) */
36
+ /** Event that is emitted when the scheduler fails to connect to the server (i.e. redis or sqs)
37
+ * @param error The error occurred the connection
38
+ */
17
39
  ScheduledTaskStrategyConnectError = "scheduledTaskStrategyConnectError"
18
40
  }
19
41
  //# sourceMappingURL=ScheduledTaskEvents.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScheduledTaskEvents.d.ts","sourceRoot":"","sources":["../../../src/lib/types/ScheduledTaskEvents.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,oBAAY,mBAAmB;IAC9B,sEAAsE;IACtE,qBAAqB,0BAA0B;IAC/C,mEAAmE;IACnE,gBAAgB,qBAAqB;IACrC,uEAAuE;IACvE,kBAAkB,uBAAuB;IACzC,sEAAsE;IACtE,oBAAoB,yBAAyB;IAC7C,gHAAgH;IAChH,qBAAqB,0BAA0B;IAC/C,kGAAkG;IAClG,iCAAiC,sCAAsC;CACvE"}
1
+ {"version":3,"file":"ScheduledTaskEvents.d.ts","sourceRoot":"","sources":["../../../src/lib/types/ScheduledTaskEvents.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,oBAAY,mBAAmB;IAC9B;;;OAGG;IACH,qBAAqB,0BAA0B;IAC/C;;;OAGG;IACH,gBAAgB,qBAAqB;IACrC;;;;;OAKG;IACH,kBAAkB,uBAAuB;IACzC;;;;;OAKG;IACH,oBAAoB,yBAAyB;IAC7C;;;;OAIG;IACH,qBAAqB,0BAA0B;IAC/C;;OAEG;IACH,iCAAiC,sCAAsC;CACvE"}
@@ -7,17 +7,39 @@ exports.ScheduledTaskEvents = void 0;
7
7
  */
8
8
  var ScheduledTaskEvents;
9
9
  (function (ScheduledTaskEvents) {
10
- /** Event that is emitted if a task piece is not found in the store */
10
+ /** Event that is emitted if a task piece is not found in the store
11
+ * @param task The name of the task what tried to run
12
+ * @param payload The payload of the task
13
+ */
11
14
  ScheduledTaskEvents["ScheduledTaskNotFound"] = "scheduledTaskNotFound";
12
- /** Event that is emitted before a task's "run" method is called */
15
+ /** Event that is emitted before a task's "run" method is called
16
+ * @param task The name of the task what tried to run
17
+ * @param payload The payload of the task
18
+ */
13
19
  ScheduledTaskEvents["ScheduledTaskRun"] = "scheduledTaskRun";
14
- /** Event that is emitted when a task's "run" method throws an error */
20
+ /** Event that is emitted when a task's "run" method throws an error
21
+ * @param error The error what occurred during the run
22
+ * @param task The name of the task what tried to run
23
+ * @param duration The duration what indicates how long running the task took
24
+ * @param payload The payload of the task
25
+ */
15
26
  ScheduledTaskEvents["ScheduledTaskError"] = "scheduledTaskError";
16
- /** Event that is emitted when a tasks's "run" method is successful */
27
+ /** Event that is emitted when a tasks's "run" method is successful
28
+ * @param task The name of the task what tried to run
29
+ * @param payload The payload of the task
30
+ * @param result The result of the run
31
+ * @param duration The duration what indicates how long running the task took
32
+ */
17
33
  ScheduledTaskEvents["ScheduledTaskSuccess"] = "scheduledTaskSuccess";
18
- /** Event that is emitted when a task's "run" method finishes, regardless of whether an error occurred or not */
34
+ /** Event that is emitted when a task's "run" method finishes, regardless of whether an error occurred or not
35
+ * @param task The name of the task what tried to run
36
+ * @param duration The duration what indicates how long running the task took
37
+ * @param payload The payload of the task
38
+ */
19
39
  ScheduledTaskEvents["ScheduledTaskFinished"] = "scheduledTaskFinished";
20
- /** Event that is emitted when the scheduler fails to connect to the server (i.e. redis or sqs) */
40
+ /** Event that is emitted when the scheduler fails to connect to the server (i.e. redis or sqs)
41
+ * @param error The error occurred the connection
42
+ */
21
43
  ScheduledTaskEvents["ScheduledTaskStrategyConnectError"] = "scheduledTaskStrategyConnectError";
22
44
  })(ScheduledTaskEvents = exports.ScheduledTaskEvents || (exports.ScheduledTaskEvents = {}));
23
45
  //# sourceMappingURL=ScheduledTaskEvents.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScheduledTaskEvents.js","sourceRoot":"","sources":["../../../src/lib/types/ScheduledTaskEvents.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,mBAaX;AAbD,WAAY,mBAAmB;IAC9B,sEAAsE;IACtE,sEAA+C,CAAA;IAC/C,mEAAmE;IACnE,4DAAqC,CAAA;IACrC,uEAAuE;IACvE,gEAAyC,CAAA;IACzC,sEAAsE;IACtE,oEAA6C,CAAA;IAC7C,gHAAgH;IAChH,sEAA+C,CAAA;IAC/C,kGAAkG;IAClG,8FAAuE,CAAA;AACxE,CAAC,EAbW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAa9B"}
1
+ {"version":3,"file":"ScheduledTaskEvents.js","sourceRoot":"","sources":["../../../src/lib/types/ScheduledTaskEvents.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,mBAmCX;AAnCD,WAAY,mBAAmB;IAC9B;;;OAGG;IACH,sEAA+C,CAAA;IAC/C;;;OAGG;IACH,4DAAqC,CAAA;IACrC;;;;;OAKG;IACH,gEAAyC,CAAA;IACzC;;;;;OAKG;IACH,oEAA6C,CAAA;IAC7C;;;;OAIG;IACH,sEAA+C,CAAA;IAC/C;;OAEG;IACH,8FAAuE,CAAA;AACxE,CAAC,EAnCW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAmC9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-scheduled-tasks",
3
- "version": "2.0.0",
3
+ "version": "2.1.0-next.72eee67.0",
4
4
  "description": "Plugin for @sapphire/framework to have scheduled tasks",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "afb9f72a22b99540af0b78c3e909886d1d6b74e9"
94
+ "gitHead": "72eee676aa2071756d93cde7a0dee5d1938b0969"
95
95
  }