Replace continuous or one-time actions with periodic ones to reduce load, cost, and risk while maintaining effectiveness.
License & citation
Creator: Dzmitryi Kharlanau (SAP Lead).
Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-19.json
License: CC BY-NC 4.0 (non-commercial only, attribution with source link required).
Concept DOI: 10.5281/zenodo.18862098
Version DOI (`v1.0.0`): 10.5281/zenodo.18862097
Repository: https://github.com/dkharlanau/dkharlanau-datasets
Suggested citation: Dzmitryi Kharlanau. “Periodic Action” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-19.json
Details: /legal/datasets/
JSON (copy / reuse)
{
"id": "TRIZ-19",
"title": "Periodic Action",
"intent": "Replace continuous or one-time actions with periodic ones to reduce load, cost, and risk while maintaining effectiveness.",
"triz_principle": {
"number": 19,
"name": "Periodic Action",
"definition": "Instead of continuous action, use periodic or pulsed actions; adjust frequency as needed."
},
"problem_understanding": {
"core_contradiction": "We want constant control and availability, but continuous operation is expensive and fragile.",
"why_this_hurts": "Always-on processes consume resources, amplify noise, and make systems harder to stabilize and reason about.",
"typical_signals": [
"continuous polling or checks",
"high baseline system load",
"alerts firing too often",
"processes running even when nothing changes"
]
},
"solution_logic": {
"core_idea": "Act at meaningful intervals instead of continuously.",
"key_rule": "Choose frequency based on business impact, not technical convenience.",
"how_it_resolves_the_contradiction": "The system stays responsive where it matters while reducing unnecessary work and noise."
},
"application_patterns": {
"consulting": [
"scheduled decision checkpoints instead of constant reviews",
"periodic steering meetings with clear agendas",
"time-boxed audits instead of continuous scrutiny"
],
"software_engineering": [
"batch processing instead of constant polling",
"scheduled jobs triggered by change volume",
"debounced or throttled events"
],
"architecture": [
"event batching",
"scheduled reconciliation instead of real-time syncing",
"time-windowed processing pipelines"
],
"enterprise_sap": [
"periodic data synchronization instead of continuous replication",
"scheduled data quality checks",
"batch-based mass changes with controlled windows"
]
},
"anti_patterns": [
"periodic actions without clear triggers",
"intervals chosen arbitrarily",
"batch sizes that grow without limits"
],
"usage_guidance": {
"use_when": [
"continuous processing brings little added value",
"system load is unnecessarily high",
"real-time is not a true business requirement"
],
"do_not_use_when": [
"real-time response is critical",
"delays cause irreversible damage"
]
},
"diagnostic_questions": [
"Which actions truly require real-time execution?",
"What is the acceptable delay for business value?",
"Where could batching reduce noise and cost?"
],
"example": {
"before": "System continuously polls downstream systems for changes.",
"after": "Changes are collected and processed in controlled periodic batches."
},
"meta": {
"schema": "dkharlanau.dataset.byte",
"schema_version": "1.1",
"dataset": "TRIZ-bytes",
"source_project": "cv-ai",
"source_path": "TRIZ-bytes/TRIZ-19.json",
"generated_at_utc": "2026-02-03T14:33:32+00:00",
"creator": {
"name": "Dzmitryi Kharlanau",
"role": "SAP Lead",
"website": "https://dkharlanau.github.io",
"linkedin": "https://www.linkedin.com/in/dkharlanau"
},
"attribution": {
"attribution_required": true,
"preferred_citation": "Dzmitryi Kharlanau. “Periodic Action” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-19.json"
},
"license": {
"name": "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
"spdx": "CC-BY-NC-4.0",
"url": "https://creativecommons.org/licenses/by-nc/4.0/"
},
"links": {
"website": "https://dkharlanau.github.io",
"linkedin": "https://www.linkedin.com/in/dkharlanau",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
},
"contact": {
"preferred": "linkedin",
"linkedin": "https://www.linkedin.com/in/dkharlanau"
},
"canonical_url": "https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-19.json",
"created_at_utc": "2026-02-03T14:33:32+00:00",
"updated_at_utc": "2026-03-04T11:23:27+00:00",
"provenance": {
"source_type": "chat_export_extraction",
"note": "Extracted and curated by Dzmitryi Kharlanau; enriched for attribution and crawler indexing."
},
"entity_type": "triz_byte",
"entity_subtype": "",
"summary": "Replace continuous or one-time actions with periodic ones to reduce load, cost, and risk while maintaining effectiveness.",
"doi": {
"concept": "10.5281/zenodo.18862098",
"version": "10.5281/zenodo.18862097",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
}
}
}