Skip to content

Commit 36f829e

Browse files
committed
fix(hris): staff aren't being updated often enough
The job doesn't run often enough, leaving staff sometimes up to 6 hours out of date. There were once rumours of rate limits around HRIS's Reports As A Service (RAAS) API, and so if we'd like to reduce this further we'll need to sync with the people team. Jira: IAM-1821
1 parent 014b897 commit 36f829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless-functions/hris_publisher/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ functions:
110110
handler: handler.handle
111111
events:
112112
- schedule:
113-
rate: rate(6 hours)
113+
rate: rate(3 hours)
114114
enabled: true
115115
description: hris-publisher for synchronizing HRIS to identity vault.
116116
memorySize: 3008 # This is HUGE because cpu allocation is tied to memorySize.

0 commit comments

Comments
 (0)