@golemio/pid 5.8.1 → 5.8.2-rc.2422980934
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.
package/dist/integration-engine/ropid-gtfs/workers/presets/tasks/ProcessAndSendLogsTask.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare class ProcessAndSendLogsTask extends AbstractEmptyTask {
|
|
|
15
15
|
private readonly LOCK_KEY_PHRASE;
|
|
16
16
|
private lockTimeout;
|
|
17
17
|
private readonly refreshInterval;
|
|
18
|
-
private
|
|
18
|
+
private batchSize;
|
|
19
19
|
constructor(logRepository: IPresetLogRepository, monitoringService: IRopidMonitoringService, redisClient: IoRedisConnector, logger: ILogger, config: ISimpleConfig);
|
|
20
20
|
protected execute(): Promise<void>;
|
|
21
21
|
private processBatch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/pid",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.2-rc.2422980934",
|
|
4
4
|
"description": "Golemio PID Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@commitlint/cli": "^11.0.0",
|
|
42
42
|
"@commitlint/config-conventional": "^11.0.0",
|
|
43
43
|
"@golemio/cli": "1.11.2",
|
|
44
|
-
"@golemio/core": "3.0.
|
|
44
|
+
"@golemio/core": "3.0.6",
|
|
45
45
|
"@golemio/db-common": "1.2.2",
|
|
46
46
|
"@golemio/eslint-config": "1.1.3",
|
|
47
47
|
"@swc/core": "^1.15.10",
|