Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Chancy
Logo
Chancy

Contents:

  • How To…
    • Make Jobs
    • Compare to Celery
    • Use with Django
    • Use with Fastapi
    • Use Advanced Retries
    • Get The Job Context
    • Customize Logging
  • Chancy API
    • Executors
      • Executor
      • ProcessExecutor
      • AsyncExecutor
      • ThreadedExecutor
      • SubInterpreterExecutor
    • Plugins
      • Leadership
      • Pruner
      • Recovery
      • Cron
      • API/Dashboard
      • Workflows
      • Retry
      • Reprioritization
      • Sentry
      • Metrics
    • chancy.app module
    • chancy.job module
    • chancy.queue module
    • chancy.worker module
    • chancy.plugin module
    • chancy.migrate module
    • chancy.hub module
    • chancy.plugins.rule module
    • chancy.utils module
    • chancy.errors module
  • Design
  • FAQ
  • Similar Projects
Back to top
View this page

How To…¶

  • Make Jobs
    • Creating a Job
    • Queue a Job
    • Priority
    • Retry Attempts
    • Scheduled Execution
    • Resource Limits
    • Unique Jobs
  • Compare to Celery
    • Future Scheduling
    • Rate Limiting
    • Asyncio-first (but everything else too)
    • Introspection
    • Mixed-mode Workers
  • Use with Django
    • Using Django models and features in Chancy
    • Using Chancy from the django ORM and Admin
    • Login to Chancy with Django’s superusers
  • Use with Fastapi
  • Use Advanced Retries
  • Get The Job Context
  • Customize Logging
Next
Make Jobs
Previous
Home
Copyright © 2024, Tyler Kennedy
Made with Sphinx and @pradyunsg's Furo