You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new HTTP route to our backend monolith app to receive reports about completed jobs. This will share the same DB with Orchestrator/Job Scheduler.
When Ingester receives a job report from a Station, it attaches the current timestamp to the record stored. This will help us troubleshoot and may be useful later for fraud detection.
The JobId in the report allows us to verify that Stations performed jobs that our Orchestrator scheduled, as the job report must provide a valid JobId.
Estimate: 2 days
The text was updated successfully, but these errors were encountered:
* add `PUT /retrievals` implementation. #1
* PUT -> POST
* `lastCid` -> `firstCid`
* refactor test
* add `PATH /retrieval/:id`
* fix handle invalid json
* fix some error cases
* refactor using `http-assert`
* style
* docs
* add test for request body too large
* add `PUT /retrievals` implementation. #1
* PUT -> POST
* `lastCid` -> `firstCid`
* refactor test
* add `PATH /retrieval/:id`
* fix handle invalid json
* fix some error cases
* refactor using `http-assert`
* style
* docs
* add test for request body too large
Estimate: 2 days
The text was updated successfully, but these errors were encountered: