Skip to content

Commit

Permalink
Improve note about how schedulign tasks works
Browse files Browse the repository at this point in the history
  • Loading branch information
smozely committed Oct 11, 2023
1 parent 1ae3b5e commit cf0ee38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import org.springframework.stereotype.Component
* It makes sure any new rows added to the DB will start to be pulled from within an hour.
*
* Each time it runs, it will create the initial fetch task for each source found in the DB. This
* relies on how the code is structured to ensure that the fetch task will only be created if it
* does not already exist.
* relies on the task queue (via "ON CONFLICT DO NOTHING") making sure that duplicate tasks will not
* be created.
*/
@Profile("!test")
@Component
Expand Down

0 comments on commit cf0ee38

Please sign in to comment.