@chevre/domain 21.2.0-alpha.22 → 21.2.0-alpha.23
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.
|
@@ -20,7 +20,7 @@ const NotificationService = require("./notification");
|
|
|
20
20
|
const factory_1 = require("./notification/factory");
|
|
21
21
|
const settings_1 = require("../settings");
|
|
22
22
|
const debug = createDebug('chevre-domain:service:task');
|
|
23
|
-
const DEFAULT_EXECUTOR_NAME = `${process.env.GAE_APPLICATION}:${process.env.
|
|
23
|
+
const DEFAULT_EXECUTOR_NAME = `${process.env.GAE_APPLICATION}:${process.env.GAE_SERVICE}:jobs`;
|
|
24
24
|
function executeById(params) {
|
|
25
25
|
return (settings) => __awaiter(this, void 0, void 0, function* () {
|
|
26
26
|
var _a;
|
package/package.json
CHANGED