sheharyarn / que

Simple Job Processing in Elixir with Mnesia :zap:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When running que.setup: (Memento.MnesiaException) Mnesia operation failed

krainboltgreene opened this issue Β· comments

𝑓 1 mix que.setup
** (Memento.MnesiaException) Mnesia operation failed
   {'Bad type on some provided arguments', Que.Persistence.Mnesia.DB.Jobs, :disc_copies, :nonode@nohost}
   Mnesia Error: {:bad_type, Que.Persistence.Mnesia.DB.Jobs, :disc_copies, :nonode@nohost}
    lib/memento/table/table.ex:274: Memento.Table.handle_for_bang!/1
    (mix 1.10.3) lib/mix/task.ex:330: Mix.Task.run_task/3
    (mix 1.10.3) lib/mix/cli.ex:82: Mix.CLI.run_task/2
    (elixir 1.10.3) lib/code.ex:926: Code.require_file/2

Not really sure where this could be happening.

TIL: # Notice the single quotes

I didn't know single quotes worked this way in elixir.