'best way to update info based on vendor endpoint
I have a backend un NodeJS, registered multiple records that refer to some data that a supplier gives me
I have to program a task that every X time connects to the provider and validates the new status of each record "one by one"
In theory, what I thought is to consult the data in my paginated database "from 50 records x example" I would like to know what technology or tool I can use to automate the call to each page and queue the requests to the provider to update my statuses... .
The idea is not to use a cron job directly but an event handler or similar
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
