Contents

aiojobs 1.4.0

0

Job scheduler for managing background tasks (asyncio)

Job scheduler for managing background tasks (asyncio)

Stars: 920, Watchers: 920, Forks: 68, Open Issues: 10

The aio-libs/aiojobs repo was created 8 years ago and the last code push was 4 weeks ago.
The project is popular with 920 github stars!

How to Install aiojobs

You can install aiojobs using pip

pip install aiojobs

or add it to a project with poetry

poetry add aiojobs

Package Details

Author
None
License
Apache 2
Homepage
https://github.com/aio-libs/aiojobs
PyPi:
https://pypi.org/project/aiojobs/
GitHub Repo:
https://github.com/aio-libs/aiojobs

Classifiers

  • Software Development
No  aiojobs  pypi packages just yet.

Errors

A list of common aiojobs errors.

Code Examples

Here are some aiojobs code examples and snippets.

GitHub Issues

The aiojobs package has 10 open issues on GitHub

  • Bump pytest from 8.3.5 to 9.0.2
  • [pre-commit.ci] pre-commit autoupdate
  • Bad interaction with contextvars

See more issues on GitHub

Related Packages & Articles

aiohttp 3.13.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support