Override tasks client
Project description
Arcane CloudTask
This package is base on google-cloud-cloudtasks.
Get Started
pip install arcane-tasks
## Example Usage
```python
from arcane import tasks
# Import your configs
from configure import Config
tasks_client = tasks.Client(adscale_key=Config.KEY, project=Config.GCP_PROJECT)
body = {
'attribute' : value
}
task_name = "My task"
tasks_client.publish_task(
queue=<your-queue>,
url=<url-to-triger>,
body=body,
task_name=task_name
)
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
arcane_tasks-0.7.2.tar.gz
(2.6 kB
view details)
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 arcane_tasks-0.7.2.tar.gz.
File metadata
- Download URL: arcane_tasks-0.7.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abf7f8330fc4f1f85fea0efee5ecc5f404ffca285c50597cfa9fb28e336c4980
|
|
| MD5 |
aa6c0f384e5fafa3da930f3a92251f93
|
|
| BLAKE2b-256 |
bc904532f810976a3b41fc454ddcf24ba57c0aee94ee6f76271207a3321cd51a
|
File details
Details for the file arcane_tasks-0.7.2-py3-none-any.whl.
File metadata
- Download URL: arcane_tasks-0.7.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73811164cd06b8a9c55f06d813dcbbb09dcf9ceb7f700c6adc643f239f2baaeb
|
|
| MD5 |
664ed9fa300312956ba2ff5e189e6ea0
|
|
| BLAKE2b-256 |
b3e32f90c6eb2f02a84dd492149a70b6807508e02e8ac2482bcca3e100fa081a
|