You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ Exq is a job processing library compatible with Resque / Sidekiq for the [Elixir
16
16
* Exq uses a format that is Resque/Sidekiq compatible.
17
17
* This means you can use it to integrate with existing Rails / Django projects that also use a background job that's Resque compatible - typically with little or no changes needed to your existing apps. However, you can also use Exq standalone.
18
18
* You can also use the Sidekiq UI to view job statuses, as Exq is compatible with the Sidekiq stats format.
19
-
* If you don't need Resque/Sidekiq compatibility, another option to check out would be [toniq](https://github.com/joakimk/toniq) which uses erlang serialization instead of JSON.
20
19
* You can run both Exq and Toniq in the same app for different workers.
21
20
* Exq supports uncapped amount of jobs running, or also allows a max limit per queue.
22
21
* Exq supports job retries with exponential backoff.
@@ -72,7 +71,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
0 commit comments