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
If a batch has been marked as invalid, I would like throw all threshold rules out the window and let the jobs in the batch finish as fast as possible according to the concurrency rules.
Is there a way to check if a batch is valid or not in a dynamic threshold limit or period? I tried calling valid_within_batch? inside the proc I was passing into limit and period, but that did not work.
The text was updated successfully, but these errors were encountered:
If a batch has been marked as invalid, I would like throw all threshold rules out the window and let the jobs in the batch finish as fast as possible according to the
concurrency
rules.Is there a way to check if a batch is valid or not in a dynamic threshold
limit
orperiod
? I tried callingvalid_within_batch?
inside the proc I was passing intolimit
andperiod
, but that did not work.The text was updated successfully, but these errors were encountered: