Skip to content

Add overnight HFS process script with Lambda invocation and log streaming#48

Open
adamtry wants to merge 2 commits into
mainfrom
run-overnight-hfs-processes
Open

Add overnight HFS process script with Lambda invocation and log streaming#48
adamtry wants to merge 2 commits into
mainfrom
run-overnight-hfs-processes

Conversation

@adamtry

@adamtry adamtry commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

Util to run the overnight HFS lambda functions in series

@adamtry adamtry requested a review from a team as a code owner January 16, 2026 11:14
format="%(asctime)s - %(message)s",
)

stage = Stage.DISASTER_RECOVERY

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a left-over from DR testing

Comment on lines +24 to +25
f"{BASE_NAME}-load-tenagree",
f"{BASE_NAME}-cash-file",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Between these 2 you have a nightly charges process that's the most resource-intensive of them all.
While it's running another can run.

Charges process depends on the load-tenagree as that's where the new accounts come from.
So if you re-run load-tenagree, you ought to re-run charges task as well to have accurate balances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants