Commit 422f301
authored
feat(data-access): add yearly job interval (#1380)
## Summary
- Adds `YEARLY: 'yearly'` to the `JOB_INTERVALS` enum in the
Configuration model
- Needed to support yearly-cadence audit types (e.g.,
`commerce-product-enrichments-yearly` for full sitemap-based product
page discovery)
## Related
- [Story: AGENTCOM-388](https://jira.corp.adobe.com/browse/AGENTCOM-388)
## Test plan
- No test changes required — existing tests validate interval logic
generically using `'weekly'`/`'daily'`/`'monthly'` and test the error
path with `'invalid-interval'`1 parent 7491791 commit 422f301
File tree
1 file changed
+1
-0
lines changed1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments