cybergis / cybergis-compute-core

Apache License 2.0
7 stars 6 forks source link

Decoupling Manifest Updating and User Routes #112

Open alexandermichels opened 3 months ago

alexandermichels commented 3 months ago

Currently, jobs refresh (updating the manifest files) when certain routes like /git are called. This triggers a refresh of the Git repos, causing a delay that scales with the number of jobs. We need a solution that keeps manifests updated without adding a ~5-10 second delay to connecting to the UI.