Major Features:

1.  Hook on Mahuika to detect what LF have finished ( runs every hour )

2. Hook on RCCVM to detect new coming LFs to run gmsimviz ( runs every hour )


Steps:

1a. Hook on Mahuika will query the given db in the yaml file in a default interval ( default is 1hr )

1b. A list of completed LF will be sent to RCCVM

2a. run rsync for all completed LF and source file

2b. Will check for a handle to see if any live gmsimviz is already running.

2c. if no live gmsimviz, it will check/compare the completed LF and a list of completed gmsimviz

2d. if given LF is not in completed-gmsimviz it will be added to queue.

2e. for every LF in queue, run gmsimviz and added to completed list when finished




Issues:
Maui's crontab will have issues when loading environment ( even the basic 'module' will not be loaded)


  • No labels