Schlange
Schlange is a lightweight, persistent, single-node task queue and scheduler built on top of SQLite.
It's designed for simplicity and reliability and might be a good choice when you need background jobs without complexities of RabbitMQ, Redis or Kafka.
Features
- Persistence - rely on rock-solid SQLite database for durable storage.
- Scheduler - create persistent interval-based schedules for recurring tasks.
- Concurrency - execute tasks concurrently using a thread pool.
- Retries - configure exponential backoff and max attempts.
- Cleanup - automatically delete old succeeded/failed tasks.
- CLI - manage tasks and schedules from the command line.
Quick Start
Install from PyPI:
pip install schlange-queue
Checkout examples.
Contributing
For development and contributing guides see CONTRIBUTING.md.
Alternatives
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file schlange_queue-0.2.0.tar.gz.
File metadata
- Download URL: schlange_queue-0.2.0.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
782c1326b95c9cd96663ad3f7a85a586d5779902455df4ddc28758831e16737e
|
|
| MD5 |
525ecbd32a29374b4e9eddce6270987b
|
|
| BLAKE2b-256 |
618c390bf623c3e65b7ea866fb28f402ac46e37ca1fdb34f1ccf2bf8d5fbd8b3
|
File details
Details for the file schlange_queue-0.2.0-py3-none-any.whl.
File metadata
- Download URL: schlange_queue-0.2.0-py3-none-any.whl
- Upload date:
- Size: 85.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8b2905487608d6f1da13412610121e5d0ec81378a10e7729d37a3022b2ae61f
|
|
| MD5 |
8f266aff8978b3a5d1345c9309e96e60
|
|
| BLAKE2b-256 |
9a84dff026b8b77c230126bc866e98772693a937706104b11e70f90d616ce5f2
|