You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content={`You can burst up to ${environment.burstFactor}x your concurrency limit. For a single queue you can't go above your normal limit (${environment.concurrencyLimit}), but you can burst when running across multiple queues/tasks.`}
304
-
contentClassName="max-w-xs"
305
-
/>
305
+
<BurstFactorTooltipenvironment={environment}/>
306
306
</span>
307
307
) : undefined
308
308
}
@@ -783,3 +783,20 @@ export function QueueFilters() {
0 commit comments