-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Processes - Draft 1 #171
Conversation
This is just FYI, around point number 2: Not a lot of people are aware of this I think, but Magento has been shipping with a module So if a similar feature like this gets introduced in Magento core, I think someone should talk to those developers to remove that feature from their module, as it would no longer have any purpose anymore. As to that there isn't an AOE scheduler available for Magento 2, that's not really true, because there are a bunch of open source and commercial modules which seems to more or less replicate it. Anyway, I'm looking forward to seeing a more stable cron system in Magento. The stability was much improved in Magento 2.2.5 with the locking mechanism in mysql, but there are still some cases which aren't covered yet. |
@piotrekkaminski , can you please look at the proposal from product side? |
couple other requirements gathered over the years:
|
design-documents/background-processes/background-processes-proposal.md
Outdated
Show resolved
Hide resolved
design-documents/background-processes/background-processes-proposal.md
Outdated
Show resolved
Hide resolved
design-documents/background-processes/background-processes-proposal.md
Outdated
Show resolved
Hide resolved
…posal.md Remove duplicate 'to' Co-Authored-By: Alex Paliarush <paliarus@adobe.com>
Problem
The cron is one of the most business critical components of Magento, offloading resource
intensive tasks from the user request into the backend and allowing scheduling long running
processes.
The business critical element of the cron needs better supporting in the foundation of the module and
supporting documentation giving better control to developers, technology providers and eCommerce managers.
Solution
Review the current implementation of the cron and how it can be re-built to better facilitate business critical processes, increase visibility and control
Requested Reviewers
@buskamuza @nuzil