tokio-cron-scheduler 0.10.2

Schedule tasks on tokio using cron-like annotation, at an instant or repeat them at a fixed duration. Tasks can optionally be persisted using PostgreSQL or Nats.
Documentation

tokio-cron-scheduler

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

nats_storage

  • nats
  • has_bytes

has_bytes

  • prost-build
  • prost

log

  • tracing/log
  • tracing/log-always

postgres_native_tls

  • postgres_storage
  • postgres-native-tls

postgres_openssl

  • postgres_storage
  • postgres-openssl

postgres_storage

  • tokio-postgres
  • has_bytes

signal

  • tokio/signal

postgres-native-tls

  • dep:postgres-native-tls

nats

  • dep:nats

prost

  • dep:prost

tokio-postgres

  • dep:tokio-postgres

prost-build

  • dep:prost-build

postgres-openssl

  • dep:postgres-openssl

tracing-subscriber

  • dep:tracing-subscriber