Sustainability Best Practices
CMSCloudHeartcoreDXP
  • Introduction
  • Infrastructure
    • Infrastructure Overview
    • Hosting
    • Architecture
    • Security and Bots
  • Backend
    • Backend Overview
    • Upgrades and patches
    • Cache responses
    • Sustainable Design Patterns
    • Performance Testing
    • Common pitfalls
    • SOAP, REST and GraphQL
    • SQL optimization
    • JAMstack
    • Monolithic vs. Service based Architecture
    • Async
    • Background tasks
  • Frontend
    • Frontend Overview
    • Page weight budget
    • Image optimization
    • Asset optimization
    • Limit use of 3rd parties
    • Lazyload resources
    • Mobile first
  • Editor
    • Editor Overview
    • Content Types
    • Content Optimization
    • Design Choices
    • Data Management
    • Housekeeping
  • Telemetry
    • Telemetry Overview
    • February 2024
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Backend

Background tasks

Implementing background tasks or batching up requests to run in sustainable cloud regions and during off-peak hours of power consumption is a commendable sustainable system design practice.

Implementing background tasks or batching up requests to run in sustainable cloud regions and during off-peak hours of power consumption is a commendable practice.

By strategically scheduling resource-intensive tasks in regions powered by renewable energy sources, organizations can minimize their carbon footprint. The same effect will be seen by scheduling intensive tasks during times of reduced energy demand.

This approach not only optimizes the use of available resources but also aligns with the broader objectives of sustainable development.

By harnessing the power of cloud computing in an environmentally responsible manner, businesses can make substantial strides toward creating more energy-efficient systems. And these systems can operate in harmony with eco-conscious principles, reducing their overall environmental impact.

PreviousAsyncNextFrontend Overview

Last updated 1 year ago

Was this helpful?