Create process queue to handle events
Registered by
Juan Manuel Schillaci
We need to create a queue where we are going to put files that need to be updated. When an event is triggered there is also going to be a separate thread that will start polling this queue for incoming files, and it will start processing them one by one, or processing them in group in case this is possible, when there is nothing else to process it will pause the iteration until a new event is triggered
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- High
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Juan Manuel Schillaci
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Good progress
- Milestone target:
- None
- Started by
- Juan Manuel Schillaci
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Basic implementeation is completed. The next step is to modify the upload method so it can decide when to upload the files one by one, and when to upload them in group. We can aslo stablish a priority here.
(?)