-
As things are, Que uses a single table (`que_jobs`) to store jobs. This makes it difficult to get disk space back from a busy queue.
The reason for this is that Postgres [doesn't release disk space b…
Sinjo updated
9 years ago
-
```
Hi
I think Service can be enhanced with simple lifecycle management to reduce
unnecessary synchronizations. For example, Service.sendMessage can
perfectly work without synchronization on gateways…
-
```
Hi
I think Service can be enhanced with simple lifecycle management to reduce
unnecessary synchronizations. For example, Service.sendMessage can
perfectly work without synchronization on gateways…
-
This is the logfile after the database server is restarted:
```
2014-06-11 13:18:25,312 WARNING PgQ Ticker: OperationalError: terminating connection due to administrator command
SSL connection has be…
-
I've been looking at the possibility of implementing a custom type parser for PostGIS's [geometry](http://postgis.net/docs/manual-2.1/geometry.html) type, using the [wkx](https://www.npmjs.org/package…
-
```
Hi
I think Service can be enhanced with simple lifecycle management to reduce
unnecessary synchronizations. For example, Service.sendMessage can
perfectly work without synchronization on gateways…
-
twlyparser/get-bill.ls
requires a running LibreOffice service in cookbook
clkao updated
11 years ago
-
Hi there,
I've pasted the trace back below, but basically the worker on the clone continually dumping this error:
2013-01-24 12:01:31,047 20806 INFO {idle: 301.2509}
2013-01-24 12:01:31,059 20806 ER…
-
I would to be able to write daemon's that use PgQ for messages, but would rather not have to run in an infinite loop with 'sleep' calls. Instead, I would rather block on via libpq to recieve a notific…