fogfish
fogfish
`kerl` do not work out of the box on clean linux machine. It requires some tools to compile Erlang. It would be good if README lists these packages.
I do feel this as duplicate to #285. Exactly same use-case and symptoms. However, I'd like to re-open issue for the discussion here. I do not think that it is...
Recently the service becomes slow to accept jobs and call-back the status to github.
__WHY__ UX design of cards are valuable to visualise content in apps. Cards support a navigation via `href` to another application context. However, it misses support of actions - do...
In-flight capability implements a simple protocol that ensures message retransmission in case of consumer failure. In-flight heap is pure in-memory segment. Existed queue behaviour deletes the on-disk segment one its...
The error has not been 100% reproduced. I am only suspecting such behaviour.
``` terminated with reason: no match of right hand value {error,eexist} in esq_writer:open/1 line 75 ``` The error is caused by Out-Of-Disk space. The segment rotation shall handle errors carefully.
[Streams](https://github.com/datum) is an efficient mechanism to handle sequence of data. ``` stream:foreach(fun(_) -> ... end, esq:stream(Queue)) ```
A function `-spec esq:length(_) -> integer()` is a nice feature. There are no rocket science to make it for in-memory queue. However, the file queue requires persistency of counter that...