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.1.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.1.tar.gz.
File metadata
- Download URL: arcane_tasks-0.7.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca48983bfd9a142cc123cea68868b7e771548ea339a2e7da226f527833d0dc08
|
|
| MD5 |
e91ac594d7936938d272a852a8c3bbc6
|
|
| BLAKE2b-256 |
6ab0adeb944681f4f44d8f88b4726e78b19d8e5184f4a2aa03ee04db6ff7755d
|
File details
Details for the file arcane_tasks-0.7.1-py3-none-any.whl.
File metadata
- Download URL: arcane_tasks-0.7.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
003cd0f7609ce1608365c7860702931bed91bebf30e71d931e074a2e3ec48ad2
|
|
| MD5 |
13108369f597419e804e6035995b8c66
|
|
| BLAKE2b-256 |
0598b2d92168825735354b8d99ba009355d70d95cdd8565d76d5b88b57fcb1f8
|