blueprint-producers-extra 0.2.0-alpha.2

Additional job call producers for the Blueprint SDK
docs.rs failed to build blueprint-producers-extra-0.2.0-alpha.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: blueprint-producers-extra-0.1.0-alpha.6

blueprint-producers-extra

Protocol-agnostic producer implementations for Blueprint runtimes.

This crate currently includes extra producer implementations that are not tied to a specific chain protocol.

Available producers

  • cron feature: cron-scheduled job producer (cron::CronJob)

Feature flags

  • cron: enables cron-based scheduling producer support

Related links