Commit 07f9c35
committed
Refactors onibus data refresh process
Improves the process of refreshing onibus (bus) coordinate data.
- Removes the `@Async` annotation from the scheduler, simplifying the thread management.
- Updates the timezone for calculating `dataLimite` to "America/Sao_Paulo", ensuring correct time comparisons.
- Removes debug logging statements to reduce noise in production.1 parent b37ce45 commit 07f9c35
File tree
3 files changed
+2
-13
lines changed- src/main/java/com/dmware/api_onibusbh
- scheduler
- services
3 files changed
+2
-13
lines changedFile mode changed.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 114 | | |
118 | 115 | | |
119 | | - | |
| 116 | + | |
120 | 117 | | |
121 | 118 | | |
122 | 119 | | |
| |||
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 134 | | |
145 | 135 | | |
146 | 136 | | |
| |||
0 commit comments