54 releases (major breaking)

new 40.0.0 Jan 13, 2025
39.0.0 Sep 26, 2024
38.0.0 Jul 18, 2024
37.0.0 Jul 12, 2024
2.0.0-rc5 Jul 24, 2020

#17 in Magic Beans

Download history 2034/week @ 2024-09-23 1968/week @ 2024-09-30 1354/week @ 2024-10-07 1680/week @ 2024-10-14 2316/week @ 2024-10-21 1882/week @ 2024-10-28 1917/week @ 2024-11-04 21364/week @ 2024-11-11 26187/week @ 2024-11-18 29063/week @ 2024-11-25 23845/week @ 2024-12-02 29335/week @ 2024-12-09 23732/week @ 2024-12-16 6493/week @ 2024-12-23 12728/week @ 2024-12-30 21731/week @ 2025-01-06

65,389 downloads per month
Used in 29 crates (9 directly)

Apache-2.0

3MB
46K SLoC

Scheduler

A module for scheduling dispatches.

Overview

This module exposes capabilities for scheduling dispatches to occur at a specified block number or at a specified period. These scheduled dispatches may be named or anonymous and may be canceled.

NOTE: The scheduled calls will be dispatched with the default filter for the origin: namely frame_system::Config::BaseCallFilter for all origin except root which will get no filter. And not the filter contained in origin use to call fn schedule.

If a call is scheduled using proxy or whatever mechanism which adds filter, then those filter will not be used when dispatching the schedule call.

Interface

Dispatchable Functions

  • schedule - schedule a dispatch, which may be periodic, to occur at a specified block and with a specified priority.
  • cancel - cancel a scheduled dispatch, specified by block number and index.
  • schedule_named - augments the schedule interface with an additional Vec<u8> parameter that can be used for identification.
  • cancel_named - the named complement to the cancel function.

License: Apache 2.0

Release

Polkadot SDK Stable 2412

Dependencies

~18–33MB
~542K SLoC