53 releases (major breaking)

39.0.0 Sep 26, 2024
38.0.0 Jul 18, 2024
37.0.0 Jul 12, 2024
36.0.0 Jun 24, 2024
2.0.0-rc5 Jul 24, 2020

#9 in #pallet

Download history 1432/week @ 2024-07-16 1200/week @ 2024-07-23 1440/week @ 2024-07-30 1205/week @ 2024-08-06 1594/week @ 2024-08-13 1844/week @ 2024-08-20 1249/week @ 2024-08-27 813/week @ 2024-09-03 1627/week @ 2024-09-10 1328/week @ 2024-09-17 2157/week @ 2024-09-24 1803/week @ 2024-10-01 1423/week @ 2024-10-08 1755/week @ 2024-10-15 2272/week @ 2024-10-22 1830/week @ 2024-10-29

7,564 downloads per month
Used in 27 crates (9 directly)

Apache-2.0

2.5MB
42K 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 stable2409

Dependencies

~17–32MB
~529K SLoC