Skip to content

Commit f754ca7

Browse files
committed
add master functionality, use unified job sql functions
1 parent 93cbdc6 commit f754ca7

19 files changed

+1279
-493
lines changed

.actrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,7 @@ The job table contains only queued, scheduled and running tasks. The ended jobs
1919
## PyPI Installation (Recommended)
2020

2121
```bash
22-
pip install queuer-py
23-
```
24-
25-
For development dependencies:
26-
```bash
27-
pip install queuer-py[dev]
28-
```
29-
30-
## Development Installation
31-
32-
To integrate the queuer package into your Python project for development:
33-
34-
```bash
35-
# Clone the repository
36-
git clone https://github.com/siherrmann/queuerPy.git
37-
cd queuerPy
38-
39-
# Install in development mode
40-
pip install -e .
41-
42-
# Or with development dependencies
43-
pip install -e .[dev]
22+
pip install queuerPy
4423
```
4524

4625
To use the package you also need a running postgres database with the timescaleDB extension. You can use the `docker-compose.yml` file in the example folder or start a Docker container with the `timescale/timescaledb:latest-pg17` image.

0 commit comments

Comments
 (0)