{"id":35982,"date":"2026-04-13T20:53:36","date_gmt":"2026-04-13T18:53:36","guid":{"rendered":"https:\/\/www.cloudmagazin.com\/2026\/04\/21\/carbonaware-scheduling-green-software-foundation-patterns\/"},"modified":"2026-06-10T12:53:35","modified_gmt":"2026-06-10T10:53:35","slug":"carbonaware-scheduling-green-software-foundation-patterns","status":"publish","type":"post","link":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/","title":{"rendered":"Carbon-Aware Scheduling: Green Software Patterns Reshape Cloud"},"content":{"rendered":"<p style=\"color:#6190a9;font-size:0.9em;margin:0 0 16px;padding:0\">7 min read<\/p>\n<p><strong>Sustainability in the cloud is often sold as a marketing slide: a green logo, carbon offsetting, a CSR report. The real conversation happens elsewhere. Carbon-aware scheduling moves workloads to where the energy mix is currently clean\u2014or to when it will be. This isn\u2019t ideology; it\u2019s an architectural decision with hard numbers, real trade-offs, and a maturity level that varies widely depending on the pattern.<\/strong><\/p>\n<div style=\"background:#004a59;color:#fff;padding:32px 36px;margin:32px 0;border-radius:8px\">\n<p style=\"margin:0 0 18px 0;font-size:0.95em;font-weight:800;text-transform:uppercase;letter-spacing:0.2em;color:#0bb7fd;padding-bottom:12px\">Key takeaways<\/p>\n<ul style=\"margin:0;padding-left:22px;line-height:1.6\">\n<li style=\"margin-bottom:12px\"><strong style=\"color:#0bb7fd\">Three patterns drive the biggest impact.<\/strong> Location-shifting, time-shifting, and demand-shaping\u2014each tackles a different part of the CO\u2082 problem, but rarely do all three align at once.<\/li>\n<li style=\"margin-bottom:12px\"><strong style=\"color:#0bb7fd\">Grid carbon intensity is the guiding metric.<\/strong> Without reliable, hourly grid data (from providers like WattTime or ElectricityMaps), any optimization is just guesswork. Cloud providers are increasingly supplying this signal themselves.<\/li>\n<li><strong style=\"color:#0bb7fd\">The business case hinges on workload profile.<\/strong> Asynchronous batches and ML training are the prime candidates. Latency-sensitive APIs and stateful services usually can\u2019t tolerate the shift.<\/li>\n<\/ul>\n<\/div>\n<p style=\"font-size:0.88em;color:#666;margin:20px 0 32px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:10px 0\"><span style=\"color:#004a59;font-weight:700;text-transform:uppercase;font-size:0.72em;letter-spacing:0.14em;margin-right:14px\">Related<\/span><a href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/01\/02\/ai-drives-the-cloud-and-energy-consumption\/\" style=\"color:#333;text-decoration:underline\">AI drives the cloud\u2014and energy consumption<\/a>&nbsp;&nbsp;<span style=\"color:#ccc\">\/<\/span>&nbsp;&nbsp;<a href=\"https:\/\/www.cloudmagazin.com\/2026\/04\/03\/ai-inference-costs-2026-finops-for-gpu-workloads\/\" style=\"color:#333;text-decoration:underline\">AI inference costs 2026: FinOps for GPU workloads<\/a><\/p>\n<p>The push comes from the Green Software Foundation (launched in 2021 under the Linux Foundation, with members including Accenture, Microsoft, GitHub, and Intel) and a host of data providers delivering real-time, regional grid carbon intensity. The Foundation has identified three key levers: demand shifting (location-shifting and time-shifting) and demand shaping. Each lever impacts emissions, latency, and costs differently. Understand the distinctions, and you\u2019ll make smarter architectural decisions. Confuse them, and you\u2019ll end up with a greenwashing project that adds CI overhead.<\/p>\n<p>This article breaks down the three patterns from a technical perspective. It highlights where the CO\u2082 impact is real, where it\u2019s marginal, and what that means for cloud architects today. As of April 2026.<\/p>\n<h2>What carbon-aware scheduling actually means<\/h2>\n<p>Carbon-aware scheduling decides <em>when<\/em> and <em>where<\/em> a workload runs\u2014based on an external signal: the CO\u2082 intensity of the power grid in a specific region at a given time. Intensity is measured in grams of CO\u2082 equivalent per kilowatt-hour. The higher the share of wind and solar, the lower the value. The higher the share of coal or gas, the higher it gets.<\/p>\n<p>Services like Electricity Maps or WattTime deliver this signal via APIs, typically in 5-minute or hourly intervals. The scheduling itself happens either in the cluster (via Kubernetes scheduler plugins), in the CI\/CD pipeline (GitHub Actions offers a carbon-aware build mode through Azure integration), or within the application logic (batch frameworks that delay job starts until intensity drops below a threshold).<\/p>\n<p>The Green Software Foundation identifies three practical patterns. These aren\u2019t marketing buzzwords\u2014they\u2019re clear architectural choices, each with distinct impacts and risks.<\/p>\n<div class=\"evm-stat evm-stat-highlight\" style=\"text-align:center;background:#004a59;border-radius:12px;padding:32px 24px;margin:32px 0\">\n<div style=\"font-size:48px;font-weight:700;color:#fff;letter-spacing:-0.03em\">~5x<\/div>\n<div style=\"color:#fff;font-size:15px;margin-top:8px;max-width:460px;margin-left:auto;margin-right:auto\">Range of CO\u2082 intensity between European regions with high renewable shares and those with high coal dependency (approximate).<\/div>\n<div style=\"font-size:12px;color:#0bb7fd;margin-top:8px\">Source: Electricity Maps, public live data<\/div>\n<\/div>\n<div style=\"margin:32px 0\">\n<table style=\"width:100%;border-collapse:collapse;font-size:0.95em\">\n<thead>\n<tr style=\"background:#004a59;color:#fff\">\n<th style=\"padding:12px 16px;text-align:left;border:1px solid #004a59\">Pattern<\/th>\n<th style=\"padding:12px 16px;text-align:left;border:1px solid #004a59\">Principle<\/th>\n<th style=\"padding:12px 16px;text-align:left;border:1px solid #004a59\">Best suited for<\/th>\n<th style=\"padding:12px 16px;text-align:left;border:1px solid #004a59\">Maturity<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding:12px 16px;border:1px solid #ddd\"><strong>Location-shifting<\/strong><\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd\">Move workload to a region with a cleaner grid<\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd\">Batches, ML training, data aggregation with no latency constraints<\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd;color:#2d7a3e;font-weight:600\">Production-ready on GCP\/AWS, requires multi-region setup<\/td>\n<\/tr>\n<tr style=\"background:#f7fbfc\">\n<td style=\"padding:12px 16px;border:1px solid #ddd\"><strong>Time-shifting<\/strong><\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd\">Shift workload to a cleaner hour within the same region<\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd\">Post-processing reports, backups, model retraining<\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd;color:#2d7a3e;font-weight:600\">Viable with scheduler integration (Airflow, Argo)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:12px 16px;border:1px solid #ddd\"><strong>Demand-shaping<\/strong><\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd\">Reduce computational load when grid CO\u2082 is high<\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd\">Video transcoding, non-critical UX features, precomputing<\/td>\n<td style=\"padding:12px 16px;border:1px solid #ddd;color:#c0392b;font-weight:600\">Early-stage, often requires application-side implementation<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"font-size:0.8em;color:#888;margin-top:8px\">Source: Green Software Foundation Patterns Catalogue 2024\/2025.<\/p>\n<\/div>\n<h2>Location Shifting: Moving Workloads to Cleaner Power<\/h2>\n<p>Location shifting relocates a job to a region with currently lower CO\u2082 intensity. Technically, this is the most straightforward approach: cloud providers already operate multiple regions, and workload definitions are typically region-agnostic. Major hyperscalers now include regional emissions data as part of their billing exports.<\/p>\n<p>The impact is real because Europe\u2019s power grids vary significantly in composition. A batch job running in a region with a high share of renewables generates far fewer emissions than the same job in a region reliant on fossil fuels. This isn\u2019t accounting trickery\u2014electricity is location-bound. The local grid mix determines the actual carbon footprint.<\/p>\n<p>But the constraints are tangible. Data residency requirements (GDPR, sector-specific regulations, customer contracts) may prohibit shifting workloads across Europe. Latency increases if data or users aren\u2019t in the target region. And inter-region egress traffic costs money\u2014with large datasets, the financial hit can outweigh the CO\u2082 savings if transfers aren\u2019t managed carefully.<\/p>\n<p>Location shifting works best where data is already multi-regional: training datasets in object storage that are replicated by default, or workloads without persistence\u2014stateless batch jobs that only read inputs and write back results.<\/p>\n<h2>Time Shifting: Running Workloads in the Cleanest Hour<\/h2>\n<p>Time shifting keeps the workload in its region but delays execution to a window with lower carbon intensity. The classic example: a nightly build or ML training that kicks off at 2 AM, when wind power\u2019s share of the grid is high. Or one that starts at 4 AM instead, because the latest intensity forecast recommends it.<\/p>\n<p>Technically, this is often simpler than location shifting\u2014no network effects, no residency concerns. A scheduler plugin or a poll-based cron wrapper fetches intensity data from an API and triggers the job when the threshold is met. Kubernetes projects like the Carbon-Aware KEDA Scaler or Google Cloud\u2019s Batch with carbon-sensitivity flags are moving in this direction.<\/p>\n<p>The catch? Delay tolerance. A CI build that waits four hours won\u2019t block a release\u2014but a log ingestion job delayed by six hours could violate compliance requirements (GDPR deadlines, audit trails). To make time shifting work, teams must define acceptable delays per workload. Otherwise, you end up with a second class of \u201cit\u2019ll-run-eventually\u201d jobs that no one bothers to debug.<\/p>\n<h2>Demand Shaping: Computing Less When the Grid Is Dirty<\/h2>\n<p>Demand shaping is the most sophisticated pattern. Instead of shifting workloads, the application adjusts its resource needs based on the carbon signal. Examples: a video encoder switches to a lower-quality preset during high CO\u2082 intensity, a recommendation pipeline reduces model depth, or an analytics job calculates coarser aggregates.<\/p>\n<p>The appeal? Demand shaping works even for latency-sensitive applications that can\u2019t wait or relocate. The trade-off? The application must explicitly model the compromise. This isn\u2019t just an infrastructure challenge\u2014it\u2019s a product decision. A team that downgrades video encoding from \u201cHigh\u201d to \u201cStandard\u201d during dirty grid conditions must justify the change to customers. Fail to communicate it, and you\u2019ll face a flood of support tickets.<\/p>\n<div class=\"evm-stat evm-stat-row\" style=\"gap:16px;margin:32px 0;flex-wrap:wrap\">\n<div style=\"flex:1;min-width:160px;text-align:center;background:#004a59;border-radius:8px;padding:20px 12px;border-top:3px solid #0bb7fd\">\n<div style=\"font-size:28px;font-weight:700;color:#fff\">Time<\/div>\n<div style=\"color:#fff;font-size:12px;margin-top:4px\">Delay job start, keep region unchanged<\/div>\n<\/p><\/div>\n<div style=\"flex:1;min-width:160px;text-align:center;background:#004a59;border-radius:8px;padding:20px 12px;border-top:3px solid #0bb7fd\">\n<div style=\"font-size:28px;font-weight:700;color:#fff\">Location<\/div>\n<div style=\"color:#fff;font-size:12px;margin-top:4px\">Change region, keep timing unchanged<\/div>\n<\/p><\/div>\n<div style=\"flex:1;min-width:160px;text-align:center;background:#004a59;border-radius:8px;padding:20px 12px;border-top:3px solid #0bb7fd\">\n<div style=\"font-size:28px;font-weight:700;color:#fff\">Shape<\/div>\n<div style=\"color:#fff;font-size:12px;margin-top:4px\">Reduce compute demand during dirty grid conditions<\/div>\n<\/p><\/div>\n<\/div>\n<h2>Trade-offs: The case against carbon-aware scheduling<\/h2>\n<p>Carbon-aware scheduling isn\u2019t a free lunch. These patterns clash with other architectural goals\u2014and these conflicts aren\u2019t just theoretical. If you don\u2019t address them early, you\u2019ll rack up technical debt that\u2019s harder to discuss under the &#8220;sustainability&#8221; label than ordinary complexity.<\/p>\n<div class=\"evm-proscons\" style=\"gap:16px;margin:32px 0;flex-wrap:wrap\">\n<div style=\"flex:1;min-width:260px;background:#f8f9fa;border-top:3px solid #0bb7fd;padding:20px 24px;border-radius:8px\">\n<h3 style=\"margin-top:0;font-size:1.05em;color:#004a59\">The case for<\/h3>\n<ul style=\"margin:0;padding-left:18px;color:#444;line-height:1.7\">\n<li>Real CO\u2082 savings for batch-heavy workloads\u2014no major overhauls required.<\/li>\n<li>Reporting-ready: Cloud providers increasingly offer auditable emissions reports by region and time window.<\/li>\n<li>Internal signaling: Makes energy consumption visible and discussable within engineering teams.<\/li>\n<li>Often cost-neutral or even cheaper (off-peak pricing frequently aligns with lower carbon intensity).<\/li>\n<\/ul><\/div>\n<div style=\"flex:1;min-width:260px;background:#f8f9fa;border-top:3px solid #d65663;padding:20px 24px;border-radius:8px\">\n<h3 style=\"margin-top:0;font-size:1.05em;color:#004a59\">The case against<\/h3>\n<ul style=\"margin:0;padding-left:18px;color:#444;line-height:1.7\">\n<li>Latency and residency conflicts with location-shifting\u2014often non-negotiable due to regulations.<\/li>\n<li>Added scheduling complexity: A new signal that can fail, lag, or be inaccurate.<\/li>\n<li>No leverage for synchronous, user-facing workloads without demand-shaping logic.<\/li>\n<li>Risk of greenwashing: Poor monitoring makes savings unverifiable.<\/li>\n<\/ul><\/div>\n<\/div>\n<h2>Pilot: A realistic entry point<\/h2>\n<p>The temptation is strong to launch carbon-aware scheduling as a platform-wide initiative. That rarely makes sense. A better approach is a tightly scoped pilot that delivers real results before policies are written.<\/p>\n<ol style=\"line-height:1.8;color:#444\">\n<li><strong>Identify candidates.<\/strong> Which workloads can tolerate multi-hour delays? Typical examples: nightly builds, ML training, log transformations, analytics rollups. No user-facing services, no synchronous pipelines.<\/li>\n<li><strong>Choose and validate a signal source.<\/strong> Electricity Maps and WattTime are established providers; hyperscalers offer their own APIs. Cross-check values against provider bills daily until the signal proves reliable.<\/li>\n<li><strong>Actually schedule a workload.<\/strong> Skip the &#8220;concept&#8221; phase\u2014deploy a job in your production scheduler that either delays execution or shifts regions. Measure for four weeks: runtime, costs, CO\u2082, and failures.<\/li>\n<li><strong>Prioritize measurability from day one.<\/strong> Include before-and-after comparisons in the same dashboard where costs and SLOs are tracked. If the CO\u2082 metric only appears in sustainability reports, it won\u2019t get operational attention.<\/li>\n<li><strong>Scale only after proving success.<\/strong> If the pilot reveals a reproducible pattern, lift it into the platform layer\u2014as an optional scheduler feature, not a mandate.<\/li>\n<\/ol>\n<h2>What Remains Challenging<\/h2>\n<p>The biggest unresolved issue is attribution. Cloud providers report emissions by region, but rarely by job or service. If you want to know how much CO\u2082 a specific microservice generated over a sprint, you\u2019ll have to calculate it yourself\u2014factoring in power intensity, runtime, utilization, and assumptions about the data center\u2019s Power Usage Effectiveness. It\u2019s doable, but it\u2019s engineering work, not a dashboard click. In practice, this means building an internal telemetry model that combines runtime metrics from the scheduler with regional intensity curves, then aggregates results by team or service. Teams without such a model end up with estimates that are hard to justify to customers or auditors.<\/p>\n<p>Another often underestimated factor is operational responsibility for the scheduler itself. If the carbon signal feed fails, it must be clear what happens\u2014does the job stop, run immediately, or wait for a timeout? Without a defined fallback, silent failures occur. Carbon-aware scheduling demands the same rigor in incident management as any other production scheduler, or it risks becoming a shadow system alongside the actual cron or Kubernetes operations.<\/p>\n<p>The second major challenge is signal quality. Forecasts for the next few hours have improved but aren\u2019t exact. If you build a scheduler that reacts to every minor spike in the grid mix, you\u2019ll get unstable job starts. A more pragmatic approach is a simple rule: delay until the next window below a threshold, otherwise start after the maximum wait time. No second-order optimization, no ML forecasting on top of forecasting.<\/p>\n<p>And finally, the most honest limitation: carbon-aware scheduling reduces emissions for shifted workloads. It doesn\u2019t reduce absolute power demand. If you\u2019re serious about IT sustainability, you can\u2019t ignore efficiency topics\u2014moving less data, leaner models, clean retention policies, and mindful handling of idle infrastructure. Scheduling is a lever, not the solution.<\/p>\n<h2>Recommendation<\/h2>\n<p>For teams running many batch workloads, time-shifting is a smart first step: low complexity, measurable savings, and no residency pitfalls. Location-shifting is worth considering if multi-region is already in place and the data allows it\u2014otherwise, it can get expensive fast. Demand-shaping makes sense for a few carefully chosen products with latency-sensitive, compute-heavy components, but not as a blanket initiative.<\/p>\n<p>If you treat carbon-aware scheduling as an architectural topic, it earns its place in the right discussions\u2014region selection, scheduler design, data layout. If you treat it as a communications topic, you\u2019re just creating a label that changes little. The Green Software Foundation\u2019s patterns aren\u2019t a manifesto\u2014they\u2019re a vocabulary for making these decisions with clarity.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<details>\n<summary><strong>Do I need a special tool for carbon-aware scheduling?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6\">No. For a pilot, a simple cron wrapper that queries a carbon-intensity API and delays job starts will do. Platform features like KEDA Carbon Scaler or provider-specific batch modes make sense once you need to coordinate multiple workloads.<\/p>\n<\/details>\n<details>\n<summary><strong>How reliable are the emissions signals?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6\">They\u2019re solid for the current grid mix in most European regions. Forecasts spanning several hours are useful but not exact. Those optimizing for minute-by-minute predictions risk unstable scheduling. A more robust approach? Combine thresholds with maximum wait times.<\/p>\n<\/details>\n<details>\n<summary><strong>How do you handle conflicts with data residency requirements?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6\">Location shifting is only possible within a legally approved region cluster. Data residency rules typically override carbon policies\u2014so always align with data privacy and compliance teams before letting a scheduler pick regions.<\/p>\n<\/details>\n<details>\n<summary><strong>Does carbon-aware scheduling pay off financially?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6\">Often, yes\u2014neutral to slightly positive. Low-carbon-intensity periods frequently overlap with off-peak electricity tariffs and spot instance availability. But location shifting can eat into savings with egress traffic costs, so always factor in network expenses.<\/p>\n<\/details>\n<details>\n<summary><strong>What workloads are *not* suited for carbon-aware scheduling?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6\">Synchronous, user-facing APIs. Transactional systems with strict latency budgets. Workloads tied to SLA-bound response times. For these, demand shaping is the only viable path\u2014and that\u2019s a product decision, not an infrastructure one.<\/p>\n<\/details>\n<div style=\"margin:40px 0;padding:0;border-top:2px solid #004a59\">\n<p style=\"margin:0;padding:16px 0 8px 0;font-size:0.78em;font-weight:700;text-transform:uppercase;letter-spacing:0.18em;color:#004a59\">Editor\u2019s Picks<\/p>\n<ul style=\"margin:0;padding:0\">\n<li style=\"padding:10px 0;border-bottom:1px solid #eee\"><a href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/01\/02\/ai-drives-the-cloud-and-energy-consumption\/\" style=\"color:#1a1a1a;text-decoration:none\">Energy consumption: How AI is reshaping cloud infrastructure<\/a><\/li>\n<li style=\"padding:10px 0;border-bottom:1px solid #eee\"><a href=\"https:\/\/www.cloudmagazin.com\/en\/2025\/07\/22\/tech-giants-continue-investing-in-mini-nuclear-reactors-and-fusion-energy\/\" style=\"color:#1a1a1a;text-decoration:none\">Tech giants double down on mini nuclear reactors and fusion<\/a><\/li>\n<li style=\"padding:10px 0\"><a href=\"https:\/\/www.cloudmagazin.com\/en\/2025\/10\/20\/making-sustainability-visible-why-companies-must-create-digital-resonance-spaces\/\" style=\"color:#1a1a1a;text-decoration:none\">Making sustainability visible: Why companies need digital resonance spaces now<\/a><\/li>\n<\/ul>\n<\/div>\n<div style=\"margin:40px 0 24px 0\">\n<p style=\"margin:0 0 12px 0;font-size:0.78em;font-weight:700;text-transform:uppercase;letter-spacing:0.18em;color:#666\">More from the MBF Media Network<\/p>\n<div style=\"padding:14px 18px;border-left:3px solid #202528;background:#fafafa;margin-bottom:6px\">\n<div style=\"font-size:0.7em;font-weight:700;color:#202528;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:4px\">mybusinessfuture<\/div>\n<p><a href=\"https:\/\/mybusinessfuture.com\/eu-ai-act-durchfuehrungsgesetz-deutschland-compliance-2026\/\" style=\"font-weight:600;line-height:1.4;color:#1a1a1a;text-decoration:none\">EU AI Act: Who\u2019s liable in your company now?<\/a>\n<\/div>\n<div style=\"padding:14px 18px;border-left:3px solid #d65663;background:#fafafa;margin-bottom:6px\">\n<div style=\"font-size:0.7em;font-weight:700;color:#d65663;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:4px\">digital-chiefs<\/div>\n<p><a href=\"https:\/\/www.digital-chiefs.de\/sustainable-it-cio-agenda-2026-scope-3-reporting\/\" style=\"font-weight:600;line-height:1.4;color:#1a1a1a;text-decoration:none\">Sustainable IT on the 2026 CIO agenda<\/a>\n<\/div>\n<div style=\"padding:14px 18px;border-left:3px solid #69d8ed;background:#fafafa\">\n<div style=\"font-size:0.7em;font-weight:700;color:#69d8ed;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:4px\">securitytoday<\/div>\n<p><a href=\"https:\/\/www.securitytoday.de\/2026\/04\/11\/infostealer-2026-session-cookies-mfa-hijacking\/\" style=\"font-weight:600;line-height:1.4;color:#1a1a1a;text-decoration:none\">Infostealers in 2026: The MFA session hijacking risk<\/a>\n<\/div>\n<\/div>\n<p style=\"text-align:right;font-style:italic;font-size:0.9em;color:#888\">Source: Pexels \/ Alfo Medeiros (px:15418504)<\/p>\n","protected":false},"excerpt":{"rendered":"Location-Shifting, Time-Shifting and Demand-Shaping: How carbon-aware scheduling really works \u2013 with honest trade\u2011offs.","protected":false},"author":87,"featured_media":35546,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_meta-robots-adv":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":0,"_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":0,"pre_headline":"","bildquelle":"","teasertext":"","language":"de","_evm_translation_lang":"","featured_post":0,"featured_post_sortierung":0,"_wp_old_slug":[],"footnotes":""},"categories":[926],"tags":[],"industry":[],"class_list":["post-35982","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sustainability"],"evm_reading_time_minutes":12,"wpml_language":"en","wpml_translation_of":35547,"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Carbon\u2011Aware Scheduling: Green Software Foundation Patterns Reshape Cloud Archit<\/title>\n<meta name=\"description\" content=\"Location, time-shifting &amp; demand-shaping: Which Green Software Foundation carbon-aware patterns work in cloud practice\u2014and where they fail.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Carbon\u2011Aware Scheduling: Green Software Foundation Patterns Reshape Cloud Archit\" \/>\n<meta property=\"og:description\" content=\"Location, time-shifting &amp; demand-shaping: Which Green Software Foundation carbon-aware patterns work in cloud practice\u2014and where they fail.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/\" \/>\n<meta property=\"og:site_name\" content=\"cloudmagazin\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cloudmagazincom\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-13T18:53:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-10T10:53:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/04\/carbon-aware-scheduling-wind-farm-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1671\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Benedikt Langer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cloudmagazin\" \/>\n<meta name=\"twitter:site\" content=\"@cloudmagazin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Benedikt Langer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/\"},\"author\":{\"name\":\"Benedikt Langer\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#\\\/schema\\\/person\\\/9275a9f6961b8f365c1548e316b21d19\"},\"headline\":\"Carbon-Aware Scheduling: Green Software Patterns Reshape Cloud\",\"datePublished\":\"2026-04-13T18:53:36+00:00\",\"dateModified\":\"2026-06-10T10:53:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/\"},\"wordCount\":2132,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/carbon-aware-scheduling-wind-farm-scaled.jpg\",\"articleSection\":[\"Sustainability\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/\",\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/\",\"name\":\"Carbon\u2011Aware Scheduling: Green Software Foundation Patterns Reshape Cloud Archit\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/carbon-aware-scheduling-wind-farm-scaled.jpg\",\"datePublished\":\"2026-04-13T18:53:36+00:00\",\"dateModified\":\"2026-06-10T10:53:35+00:00\",\"description\":\"Location, time-shifting & demand-shaping: Which Green Software Foundation carbon-aware patterns work in cloud practice\u2014and where they fail.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/carbon-aware-scheduling-wind-farm-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/carbon-aware-scheduling-wind-farm-scaled.jpg\",\"width\":2560,\"height\":1671},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/2026\\\/04\\\/13\\\/carbonaware-scheduling-green-software-foundation-patterns\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Carbon-Aware Scheduling: Green Software Patterns Reshape Cloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/\",\"name\":\"cloudmagazin\",\"description\":\"Inspiration f\u00fcr Businessentscheider\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#organization\",\"name\":\"cloudmagazin\",\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cloudmagazin-logo-klein_menu.jpg\",\"contentUrl\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cloudmagazin-logo-klein_menu.jpg\",\"width\":150,\"height\":150,\"caption\":\"cloudmagazin\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/cloudmagazincom\\\/\",\"https:\\\/\\\/x.com\\\/cloudmagazin\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/cloudmagazin\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/#\\\/schema\\\/person\\\/9275a9f6961b8f365c1548e316b21d19\",\"name\":\"Benedikt Langer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/evernine-bilder-benedikt_1.jpg.jpg\",\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/evernine-bilder-benedikt_1.jpg.jpg\",\"contentUrl\":\"https:\\\/\\\/www.cloudmagazin.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/evernine-bilder-benedikt_1.jpg.jpg\",\"caption\":\"Benedikt Langer\"},\"description\":\"Benedikt Langer focuses on IT and cloud topics as an editor, with a particular emphasis on artificial intelligence, digital infrastructure, and strategic cloud architectures. In his articles, he examines technological developments from the perspective of decision-makers, integrating them into economic, regulatory, and organizational contexts. In addition to Cloudmagazin, he regularly contributes to other specialized magazines within Evernine Media.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/benedikt-langer\\\/\"],\"url\":\"https:\\\/\\\/www.cloudmagazin.com\\\/en\\\/author\\\/benedikt\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Carbon\u2011Aware Scheduling: Green Software Foundation Patterns Reshape Cloud Archit","description":"Location, time-shifting & demand-shaping: Which Green Software Foundation carbon-aware patterns work in cloud practice\u2014and where they fail.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/","og_locale":"en_US","og_type":"article","og_title":"Carbon\u2011Aware Scheduling: Green Software Foundation Patterns Reshape Cloud Archit","og_description":"Location, time-shifting & demand-shaping: Which Green Software Foundation carbon-aware patterns work in cloud practice\u2014and where they fail.","og_url":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/","og_site_name":"cloudmagazin","article_publisher":"https:\/\/www.facebook.com\/cloudmagazincom\/","article_published_time":"2026-04-13T18:53:36+00:00","article_modified_time":"2026-06-10T10:53:35+00:00","og_image":[{"width":2560,"height":1671,"url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/04\/carbon-aware-scheduling-wind-farm-scaled.jpg","type":"image\/jpeg"}],"author":"Benedikt Langer","twitter_card":"summary_large_image","twitter_creator":"@cloudmagazin","twitter_site":"@cloudmagazin","twitter_misc":{"Written by":"Benedikt Langer","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#article","isPartOf":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/"},"author":{"name":"Benedikt Langer","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/9275a9f6961b8f365c1548e316b21d19"},"headline":"Carbon-Aware Scheduling: Green Software Patterns Reshape Cloud","datePublished":"2026-04-13T18:53:36+00:00","dateModified":"2026-06-10T10:53:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/"},"wordCount":2132,"publisher":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#organization"},"image":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/04\/carbon-aware-scheduling-wind-farm-scaled.jpg","articleSection":["Sustainability"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/","url":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/","name":"Carbon\u2011Aware Scheduling: Green Software Foundation Patterns Reshape Cloud Archit","isPartOf":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/04\/carbon-aware-scheduling-wind-farm-scaled.jpg","datePublished":"2026-04-13T18:53:36+00:00","dateModified":"2026-06-10T10:53:35+00:00","description":"Location, time-shifting & demand-shaping: Which Green Software Foundation carbon-aware patterns work in cloud practice\u2014and where they fail.","breadcrumb":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#primaryimage","url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/04\/carbon-aware-scheduling-wind-farm-scaled.jpg","contentUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/04\/carbon-aware-scheduling-wind-farm-scaled.jpg","width":2560,"height":1671},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/13\/carbonaware-scheduling-green-software-foundation-patterns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudmagazin.com\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Carbon-Aware Scheduling: Green Software Patterns Reshape Cloud"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudmagazin.com\/en\/#website","url":"https:\/\/www.cloudmagazin.com\/en\/","name":"cloudmagazin","description":"Inspiration f\u00fcr Businessentscheider","publisher":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudmagazin.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudmagazin.com\/en\/#organization","name":"cloudmagazin","url":"https:\/\/www.cloudmagazin.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2020\/04\/cloudmagazin-logo-klein_menu.jpg","contentUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2020\/04\/cloudmagazin-logo-klein_menu.jpg","width":150,"height":150,"caption":"cloudmagazin"},"image":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cloudmagazincom\/","https:\/\/x.com\/cloudmagazin","https:\/\/www.linkedin.com\/showcase\/cloudmagazin\/"]},{"@type":"Person","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/9275a9f6961b8f365c1548e316b21d19","name":"Benedikt Langer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/01\/evernine-bilder-benedikt_1.jpg.jpg","url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/01\/evernine-bilder-benedikt_1.jpg.jpg","contentUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/01\/evernine-bilder-benedikt_1.jpg.jpg","caption":"Benedikt Langer"},"description":"Benedikt Langer focuses on IT and cloud topics as an editor, with a particular emphasis on artificial intelligence, digital infrastructure, and strategic cloud architectures. In his articles, he examines technological developments from the perspective of decision-makers, integrating them into economic, regulatory, and organizational contexts. In addition to Cloudmagazin, he regularly contributes to other specialized magazines within Evernine Media.","sameAs":["https:\/\/www.linkedin.com\/in\/benedikt-langer\/"],"url":"https:\/\/www.cloudmagazin.com\/en\/author\/benedikt\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts\/35982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/users\/87"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/comments?post=35982"}],"version-history":[{"count":3,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts\/35982\/revisions"}],"predecessor-version":[{"id":41787,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts\/35982\/revisions\/41787"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/media\/35546"}],"wp:attachment":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/media?parent=35982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/categories?post=35982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/tags?post=35982"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/industry?post=35982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}