Function bundler::update_bundle
source ยท pub(crate) async fn update_bundle(
current_bundle: impl AsRef<RwLock<BundleFile<NoMetadata>>>,
static_data: Vec<StaticDataGlob>,
ispyb_pool: MySqlPool,
polling_interval: Duration,
)
Expand description
Periodically update the bundle with new data from ISPyB and any static files matching the given glob patterns.