Contents

aiojobs 1.2.1

0

Job scheduler for managing background tasks (asyncio)

Job scheduler for managing background tasks (asyncio)

Stars: 793, Watchers: 793, Forks: 66, Open Issues: 14

The aio-libs/aiojobs repo was created 6 years ago and the last code push was Yesterday.
The project is popular with 793 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
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 14 open issues on GitHub

  • Bump pytest-aiohttp from 0.3.0 to 1.0.3
  • Missing type annotations.
  • Bump pre-commit from 2.16.0 to 2.17.0
  • Bump sphinx from 4.3.1 to 4.4.0
  • Bump mypy from 0.921 to 0.931
  • Bump flit from 3.5.1 to 3.6.0
  • Remove potential dead lock when pending limit is exceeded.
  • Deadlock when limit_pending is reached

See more issues on GitHub

Related Packages & Articles

aiohttp 3.9.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