Limits scheduler resource usage.
Current Value
50From Chain Metadata
The maximum number of scheduled calls in the queue for a single block.
Use Cases
- Scheduled operations
Code Examples
import { ApiPromise, WsProvider } from "@polkadot/api";
import { stringCamelCase } from "@polkadot/util";
const provider = new WsProvider("wss://entrypoint-finney.opentensor.ai:443");
const api = await ApiPromise.create({ provider });
// Query MaxScheduledPerBlock constant
const value = api.consts[stringCamelCase("Scheduler")][stringCamelCase("MaxScheduledPerBlock")];
console.log("MaxScheduledPerBlock:", value.toHuman());Type Information
- Type
- u32
- Byte Size
- 4 bytes
- Encoding
- fixed
- Raw Hex
- 0x32000000
Runtime Info
- Pallet
- Scheduler
- First Version
- v133
- Latest Version
- v133
- Current Runtime
- v393