Docs.rs
  • elif-queue-0.3.0
    • elif-queue 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • krcpa
    • Dependencies
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • cron ^0.12 normal
      • dashmap ^5.0 normal
      • elif-core ^0.5.0 normal
      • futures ^0.3 normal
      • parking_lot ^0.12 normal
      • rand ^0.8 normal
      • redis ^0.23 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • service-builder ^0.3.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • tokio-util ^0.7 normal
      • tracing ^0.1 normal
      • uuid ^1.0 normal
      • criterion ^0.5 dev
      • tempfile ^3.0 dev
      • tokio-test ^0.4 dev
    • Versions
    • 72.52% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

elif_queue0.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • JobEntry
  • Queue
  • QueueStats
  • backends::memory::MemoryBackend
  • config::QueueConfig
  • config::QueueConfigBuilder
  • config::RedisConfig
  • config::RedisConfigBuilder
  • scheduler::CancellationToken
  • scheduler::CronExpression
  • scheduler::JobCancellationManager
  • scheduler::JobMetrics
  • scheduler::JobMetricsCollector
  • scheduler::JobScheduler
  • scheduler::ScheduledJob
  • worker::Worker
  • worker::WorkerRegistry
  • worker::WorkerStats

Enums

  • JobState
  • Priority
  • QueueError
  • scheduler::RetryStrategy
  • scheduler::ScheduleError

Traits

  • Job
  • QueueBackend
  • scheduler::CancellableJob
  • worker::JobProcessor
  • worker::JobTypeProvider

Functions

  • scheduler::cron_presets::custom
  • scheduler::cron_presets::daily
  • scheduler::cron_presets::every_15_minutes
  • scheduler::cron_presets::every_30_minutes
  • scheduler::cron_presets::every_5_minutes
  • scheduler::cron_presets::every_minute
  • scheduler::cron_presets::hourly
  • scheduler::cron_presets::monthly
  • scheduler::cron_presets::weekdays_at_9am
  • scheduler::cron_presets::weekly

Type Aliases

  • JobId
  • JobResult
  • QueueResult
  • scheduler::ScheduleResult
  • worker::JobHandler