File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
## Overview
4
4
5
5
The classified platform such as Craigslist or Avito that provides the opportunity for peer-to-peer exchanges of goods
6
- and services. The project was done as part of one of my university courses.
6
+ and services. The project was done as part of one of my university courses
7
7
8
8
<img src =" docs/overview-arch.png " width =" 600 " alt =" overview-arch " />
9
9
@@ -163,6 +163,7 @@ Parsing gets offers from youla.ru to fill in the contents of my service
163
163
### Moderation
164
164
165
165
Moderation Worker requests all offers with the ` OnModeration ` status from the REST API (in batches, with some delay) and
166
- then updating offer statuses to Active or Banned if any violations are detected
166
+ then updating offer statuses to Active or Banned if any violations are detected. It would be better to use some message
167
+ queue here, but to simplify I decided to implement such a scheme
167
168
168
169
<img src =" docs/moderation-arch.png " width =" 450 " alt =" moderation-arch " />
You can’t perform that action at this time.
0 commit comments