rez_core 2.2.186 → 2.2.188

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.
@@ -310,7 +310,7 @@ let TaskService = class TaskService extends entity_service_impl_service_1.Entity
310
310
  };
311
311
  exports.TaskService = TaskService;
312
312
  __decorate([
313
- (0, schedule_1.Cron)(schedule_1.CronExpression.EVERY_30_MINUTES),
313
+ (0, schedule_1.Cron)(schedule_1.CronExpression.EVERY_30_SECONDS),
314
314
  __metadata("design:type", Function),
315
315
  __metadata("design:paramtypes", []),
316
316
  __metadata("design:returntype", Promise)