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 have minimal impact to the Catalog frontend, data.gov team wants the scheduled harvest jobs to run at night time 2-3 am ET.
Scheduled jobs are supposed to run at night time, but the 15-min job run interval means that each harvest job is run some minutes later than the last run and eventually nightly jobs become jobs at business hours. This creates a few issues related to catalog frontend performance and user experiences such as solr downtime.
As of now most jobs are run around 9am.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
NewRelic query space_name:prod app_name:catalog-gather shows the peak activity happens at 2-3am ET
Background
Research shows that a weekly job start time shift from 9am to 5pm (8 hours) over one year period. Daily job is supposed to shift faster.
User Story
In order to have minimal impact to the Catalog frontend, data.gov team wants the scheduled harvest jobs to run at night time 2-3 am ET.
Scheduled jobs are supposed to run at night time, but the 15-min job run interval means that each harvest job is run some minutes later than the last run and eventually nightly jobs become jobs at business hours. This creates a few issues related to catalog frontend performance and user experiences such as solr downtime.
As of now most jobs are run around 9am.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
space_name:prod app_name:catalog-gather
shows the peak activity happens at 2-3am ETBackground
Research shows that a weekly job start time shift from 9am to 5pm (8 hours) over one year period. Daily job is supposed to shift faster.
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
If we correct the job start time manually, we need to do the step regularly, say every 6 months.
The text was updated successfully, but these errors were encountered: