Commit 5c1de52
committed
fix: remove early stop logic in Reddit job fetching to process all new jobs
Previously, the service would stop processing all jobs after encountering
the first existing job, preventing new jobs from being added to the database.
Now it skips existing jobs but continues processing the rest.1 parent bc1ad79 commit 5c1de52
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
80 | | - | |
| 78 | + | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments