Rask Cronpoke Connector
Project description
## Repository ##
https://gitlab.com/vikingmakt/rask_cronpoke
## Example ##
from rask.rmq import RMQ from rask_cronpoke import Cronpoke
- def minute_callback(date):
#called each minute
- def hour_callback(date):
#called each hour
rmq = RMQ(‘amqp://localhost’) c = Cronpoke(rmq) c.add_cb_minute(minute_callback) c.add_cb_hour(hour_callback)
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
rask_cronpoke-0.1.2.tar.gz
(3.0 kB
view details)
File details
Details for the file rask_cronpoke-0.1.2.tar.gz.
File metadata
- Download URL: rask_cronpoke-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e084dc4704c2e8194681f7cade6dce1cd1101bf74c3801a2f3b7a86af8279b0c
|
|
| MD5 |
4f0a682efcffb259c79d0d07ac36b597
|
|
| BLAKE2b-256 |
6b5fd4a89495cb132523d22c6c2ad276bba9d490483ba09bb69cb681eced04ec
|