fogfish

Results 67 issues of 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...

Documentation

Recently the service becomes slow to accept jobs and call-back the status to github.

site-performance
commit-status

__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...

[T] feature

The error has not been 100% reproduced. I am only suspecting such behaviour.

[@] review
[T] bug

``` 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.

[T] bug

[Streams](https://github.com/datum) is an efficient mechanism to handle sequence of data. ``` stream:foreach(fun(_) -> ... end, esq:stream(Queue)) ```

[P] medium
[T] feature

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...