Description
Magento 2
Task Manager
Task Manager is a Magento 2 module developed by Alyzeo. Task Manager allows administrators to get control on tasks and specific scripts executed through Magento events. Through a backend adminisation panel and action links, your administrators will have a clear view on all tasks and current status. It is intuitive and easy to use.
Problems and Solutions
Your website is getting slower ?
- Magento 2 allow tasks to be executed through synchronized events or directly through the request process. By doing so, your store will load slower!
Task Manager will help your website gain better performance and save resources by implementing asynchronous tasks.
Your bad performance impact your conversion rate ?
Task Manager for Magento 2 is a lightweight module. It is based on one cron job execution and by this, you will be able to execute all your tasks on a backend server and no more on the frontend used by your customers.
Your store can loose track on important task ?
- Monitoring events or actions can be tricky on a Magento 2 store.
Task Manager will help you keep an eye on all tasks being dynamically scheduled. Through a backend administration panel, you will be able to follow each of them and re-execute tasks when necessary.
You have a complex tasks integration to do ?
Task Manager will help you focus on what’s important and will give you several tools to manage and follow them (backend admin panel, console script commands, reports, etc.).
SCREENSHOTS
Performance and Reliability
Task Manager will help you move your synchrone tasks to asynchronous. Automatically, your page will load faster because, it will have less actions to process. Amazon Found Every 100ms of Latency Cost them 1% in Sales. Task Manager can help you improve your website page load speed.
Once implemented by your developers, tasks will be added to automatically and according to specified events, to the list. Task Manager will help you keep track on all your important tasks. Even if your store crash, you will have the possibility to re-execute specific tasks and achieve all desired process. All these in a convenient admin panel widget.
Task Implementation
Task Manager for Magento 2 does require implementation by developers. Task Manager is based on declarative XML and Magento cron jobs engine. New task will be declared in XML configuration file. Thanks to this, developer will gain time implementing them.
More Features
Mass actions
Re-execute one or more tasks them when necessary. Possibility to delete one or more tasks
Chain tasks
Define a parent task and chain 2 tasks. The child task will be executed only if the parent is success
Notification emails
Get notification email when a task falls in error status
Postpone schedule
Set a postpone in minutes and see your task schedule accordingly
XML configuration
Declare new task thanks to well defined XML configuration
Lightweight Engine
Based on an unique cron job, Task Manager will run softly