-
👋
I've added a simple test like this and is seems to be failing:
```elixir
describe "enqueue" do
test "valid job" do
# tracing shows that `:poll`s are being made
# Rexbug.s…
ghost updated
5 years ago
-
I am trying to run the tests on Ubuntu 18.04 (Bionic) with
```
# elixir -v
Erlang/OTP 21 [erts-10.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]
Elixir 1.7.1 (compiled with Erlang/…
-
> Rihanna requires 1 + N database connections per node, where 1 connection is used for the external API of enqueuing/retrying jobs and N is the number of dispatchers.
>
> In the default configuratio…
-
Hello,
I got an issue while trying to download tweets of a list thx to this code :
`# Grap multiple user's user_timeline from twitter API and save to Excel
# Code will be save user's tweet ID, c…
-
Hello!
Ecto has a nice sandbox that allows us to run database hitting tests concurrently when using Ecto's connection pool.
It'd be nice to be able to use this with Rihanna. Currently the librar…
-
So I did everything in the setting for post processing, but it still won't work.
I have heard people mention manual post processing. How do I do that?
-
Hello and thanks for this project. I am evaluating whether we should use rihanna for some job scheduling and the FAQ entry about job duration stood out to me:
> One thing to be aware of is that if …
vorce updated
5 years ago
-
//This is just a general idea to foster further discussions. It is supposedly to have full MCIPs to summarize all discussion and take actions accordingly.
Ever since $MUSIC blockchain genesis on F…
-
Que v1.x (currently in beta) has had significant design changes over the v0.x design. The changes are summarized [in the changelog](https://github.com/chanks/que/blob/master/CHANGELOG.1.0.beta.md#100b…
-
I'm running the rollback of rihanna migration and appears that the sql that drops the table has a syntax error:
```diff
-DROP TABLE(rihanna_jobs);\n
+DROP TABLE rihanna_jobs;\n
```
**Versions…