A lightweight solution for long-running tasks
Project description
lilota
Table of contents
What is it?
lilota is a lightweight solution for long-running tasks. When we talk about such a solution we're essentially speaking about a tool that can handle task management efficiently without the overhead and complexity of other systems like Celery, RabbitMQ, etc.
When to use it?
Lets assume you have a web application and you send a request to the server where you want to run long running tasks like processing images, generating reports based on large data sets, sending emails etc.
In such cases you do not want to let the user wait for the response of the server. Instead you want to send the request to the server and let the user know that the request has been received and that the server is working on it.
Here lilota can help you by processing the long-running task in a separate process and returning the response to the user as soon as the task has been started.
How does it work?
How to install it?
How to use it?
Project details
Release history Release notifications | RSS feed
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 lilota-0.0.2.tar.gz.
File metadata
- Download URL: lilota-0.0.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c3922f91883ca7b23e04e7c0951f7c347c36cacff4164700a38b15d8ed7dc27
|
|
| MD5 |
5993c4406a0a09ad85958f577e35d774
|
|
| BLAKE2b-256 |
64d7c4f74d8be616b14fe070a2a8551bcee774bbae276aa394189e76b862ef91
|
File details
Details for the file lilota-0.0.2-py3-none-any.whl.
File metadata
- Download URL: lilota-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dae1d9c99112fc8f3f554273c5242bb4a2f453d704202813af08caff5938f1b7
|
|
| MD5 |
5a72736325a65533b933ff32ea6557c3
|
|
| BLAKE2b-256 |
b8dcefb7b998917d02097505ac81d7c8b7ccb10e6da0260143a3e364a1bac7ed
|