Skip to main content

A function based scheduler based on the async event loop.

Project description

python-async-scheduler

A small scheduler which is intended to run asynchronously alongside a WSGI. Jobs can be implemented with the Job class and these are run in the context of a target function, specified at the scheduler level.

Setup

  1. pip install light-async-scheduler to install the package.
  2. from async_scheduler import Scheduler to get the scheduler.
  3. scheduler = Scheduler(target_coroutine_or_function) configures the function the scheduler will use.
  4. scheduler.start()

This project is a work in progress and so any issues or features to add would be happily appreciated! You can find this project here.

Todo:


  • Write tests
  • Add a requirments.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

light-async-scheduler-0.0.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

light_async_scheduler-0.0.2-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page