Contents Menu Expand Light mode Dark mode Auto light/dark mode
scheduler 0.8.2 documentation
Logo
scheduler 0.8.2 documentation

Table of Contents

  • Readme
  • Examples
    • Quick Start
    • Threading
    • Asyncio
    • Timezones
    • Parameter Forwarding
    • Tags
    • Job Deletion
    • Job Batching
    • Aliases
    • Job Prioritization
    • Metrics
  • Guides
    • Custom Prioritization
  • API Reference
    • base
      • definition
        • JobType
      • job
        • BaseJob
      • job_timer
        • JobTimer
      • job_util
        • check_duplicate_effective_timings
        • check_timing_tzinfo
        • get_pending_timer
        • prettify_timedelta
        • sane_timing_types
        • set_start_check_stop_tzinfo
        • standardize_timing_format
      • scheduler
        • select_jobs_by_tag
        • BaseScheduler
      • scheduler_util
        • check_tzname
        • create_job_instance
        • str_cutoff
      • timingtype
    • threading
      • job
        • Job
      • scheduler
        • Scheduler
    • asyncio
      • job
        • Job
      • scheduler
        • Scheduler
    • trigger
      • core
        • weekday
        • Friday
        • Monday
        • Saturday
        • Sunday
        • Thursday
        • Tuesday
        • Wednesday
        • Weekday
    • error
      • SchedulerError
    • prioritization
      • constant_weight_prioritization
      • linear_priority_function
      • random_priority_function
    • util
      • are_times_unique
      • are_weekday_times_unique
      • days_to_weekday
      • next_daily_occurrence
      • next_hourly_occurrence
      • next_minutely_occurrence
      • next_weekday_time_occurrence
  • Frequently Asked Questions
Back to top
Copyright © 2023, Jendrik A. Potyka, Fabian A. Preiss
Made with Sphinx and @pradyunsg's Furo