30 releases (19 major breaking)

new 21.0.0 Mar 26, 2023
20.0.0 Mar 5, 2023
19.0.0 Feb 26, 2023
18.0.0 Feb 19, 2023
2.0.0-rc5 Jul 24, 2020

#1202 in Magic Beans

Download history 357/week @ 2022-12-09 261/week @ 2022-12-16 132/week @ 2022-12-23 45/week @ 2022-12-30 162/week @ 2023-01-06 215/week @ 2023-01-13 398/week @ 2023-01-20 190/week @ 2023-01-27 217/week @ 2023-02-03 153/week @ 2023-02-10 249/week @ 2023-02-17 120/week @ 2023-02-24 170/week @ 2023-03-03 128/week @ 2023-03-10 150/week @ 2023-03-17 148/week @ 2023-03-24

638 downloads per month
Used in pallet-pair

Apache-2.0

2MB
40K 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 mecanism 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: Unlicense

Dependencies

~8–44MB
~750K SLoC