DevOps & Infrastructure
Deployment, cron, Flysystem, multi-threading
Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Deletes "ghost" indices in Smile Elasticsuite via a cron job. This helps maintain a clean and efficient Elasticsearch setup.
Looking for contributors - Help fix build issues
Allows running CLI commands from the Magento admin panel. Restrict access to commands using Magento ACL.
Limits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Adds a unique code to attribute options, allowing remote clients to create and reference options by code. Enables saving products with attribute option codes instead of IDs.
Looking for contributors - Help fix build issues
Detects crashed cron job processes in Magento 2 and sets their status to error. Requires the POSIX module in php.ini and a system cronjob setup.
Provides a backend interface to view and manage Magento cron jobs. Includes a timeline and list view for scheduling, deleting, and filtering jobs.
Logs REST API, Elasticsearch, GraphQL, RabbitMQ, and Varnish cache tag bans for debugging. It captures request and response data without overriding core files.
Looking for contributors - Help fix build issues
This module for Magento 2 overrides base Magento cron functionality, fixes known bugs, and provides a cron service model to control cron process execution.
Looking for contributors - Help fix build issues
Prevents database version exceptions during code deployments. Facilitates zero-downtime deployments, especially with CI/CD and Docker/Kubernetes.