Results 27 comments of Martin Chabot

I just rewrote @tekul solution for me to understand. I hope this will help other people: ```elm defaultCustomizations = Table.defaultCustomizations -- Since Table.simpleThead is private we can extract it: simpleThead...

For those who are interested, I have fixed the issue on my forked version of the project. Note that the api is not exactly the same. I have added some...

Here it is: ``` Honeydew.start_queue(login, queue: {Honeydew.Queue.Mnesia, [disc_copies: nodes]}, failure_mode: {Honeydew.FailureMode.ExponentialRetry, times: 15, base: 2} ) ```

I've just changed the `times` param to 15 and restarted the server. It was 10 prior to that.

@koudelka, The job got processed at 17h47. About 3hrs after the last retry. So I can't give you more information since the command that you ask me to run was...

I am running the app on my dev computer and I am having the issue. When I run the mnesia.foldl function I get the following ``` [ {:wrapped_job, {-576413803, -576460752303419643},...

I think that if the Job cannot be processed at the time specified it will never be processed. I have configured a delayed job that would occur in 1 min....

@koudelka, I still have few kinds of stuck job issues. I am just wondering, in what order jobs are processed. Does the system processes them in the `enqueued_at + delay_in_secs`...

I have 18 jobs that are stuck in the queue. I don't understand why because the queue is still processing jobs even if I have only one worker configured. So...

I am pretty sure that the issue was caused by a shutdown.