10 lines
408 B
TypeScript
10 lines
408 B
TypeScript
/**
|
|
* The flow that will trigger all the history functions to run and store the data each day and clean up as needed
|
|
*
|
|
* if we are on usmcd1vms036 we will run a get request to all servers in the db so we can store that data as well.
|
|
*
|
|
* this will be stored in both. the vms036 functions will store in a bigger server so it can be pulled faster and in ssrs
|
|
*/
|
|
|
|
export const eomHistory = async () => {};
|