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
In order to initiate a new harvesting job, Data.gov would like to create a "start job" route on the Harvesting 2.0 Flask application.
Acceptance Criteria
GIVEN a user / process has initiated a harvest on a VALID harvest source
AND the source is not currently being processed
AND the source has not been harvested previously in the last 24hr
THEN a harvest job shall be passed into a "Start Job" route
AND will enter the harvest queue.
Background
[Any helpful contextual notes or links to artifacts/evidence, if needed]
Each harvest object should contain all the information necessary to process the harvest source. This information should would be passed to the "Start Job" route.
User Story
In order to initiate a new harvesting job, Data.gov would like to create a "start job" route on the Harvesting 2.0 Flask application.
Acceptance Criteria
AND the source is not currently being processed
AND the source has not been harvested previously in the last 24hr
THEN a harvest job shall be passed into a "Start Job" route
AND will enter the harvest queue.
Background
[Any helpful contextual notes or links to artifacts/evidence, if needed]
Each harvest object should contain all the information necessary to process the harvest source. This information should would be passed to the "Start Job" route.
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
The text was updated successfully, but these errors were encountered: