mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 00:01:49 +00:00
fix: fix setting is ready for s3 workers
This commit is contained in:
@@ -733,7 +733,7 @@ pub async fn run_worker<R: rsmq_async::RsmqConnection + Send + Sync + Clone + 's
|
||||
first_run = false;
|
||||
|
||||
if !IS_READY.load(Ordering::Relaxed) {
|
||||
IS_READY.store(false, Ordering::Relaxed);
|
||||
IS_READY.store(true, Ordering::Relaxed);
|
||||
}
|
||||
|
||||
if *METRICS_ENABLED {
|
||||
|
||||
Reference in New Issue
Block a user