stable-ui icon indicating copy to clipboard operation
stable-ui copied to clipboard

Stable horde's "2 per 1 second" throttle blocks batches larger than 2 and X/Y plots

Open axemaster opened this issue 1 year ago • 1 comments

The API added a throttle and and broke this UI's batch and (multi*) X/Y plot features. Obvious work around is to put in a delay between submitting jobs. submit 2 and wait a second etc. until they are all queued. If that's how it works.

I consider this a design bug in the current function though it's a retroactive one.

axemaster avatar Dec 30 '23 08:12 axemaster

This is fixed on my fork. https://github.com/efreak/stable-ui

Efreak avatar Apr 06 '24 01:04 Efreak