mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[GH-ISSUE #760] [Tech debt] Distributed batch proccesing #290
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ese on GitHub (Mar 31, 2016).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/760
We have now huge tasks like occupation feeds running in batch at once, This means they need a big amount of RAM to store objects while are proccesing which can have impact in the server performance.
This also avoid the possibility of distribute the load across different servers.
The thing should be divide the task in individual jobs that they can be queued and have differents process (workers) that can consume its
@xabbuh commented on GitHub (Mar 31, 2016):
Can you explain a bit how your problem is related to Monolog (which is a logging library)?
@ese commented on GitHub (Mar 31, 2016):
oops sorry, I opened the issue in the wrong repository :(