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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ Steady Queue is a port to Django of the excellent [Solid
4
4
Queue][solid-queue-github] DB-based queueing backend for Ruby on Rails. The goal
5
5
of this port has been to keep the internals as close as possible to a direct
6
6
translation from Ruby to Python, while adapting the external interfaces to be
7
-
idiomatic in Django and Python. Read more on the differences between Steady
8
-
Queue and Solid Queue below.
7
+
idiomatic in Django. Read more on the [differences between Steady Queue and Solid Queue below](#deviations-from-solid-queue).
9
8
10
9
Steady queue exposes a task backend that is compatible with the background worker specification outlined in [DEP 0014][DEP0014]. In addition to task enqueueing and processing, it supports delayed tasks, concurrency controls, recurring tasks, pausing queues, numeric priorities per task, priorities by queue order and bulk enqueueing.
11
10
@@ -39,7 +38,7 @@ Steady Queue works like any other DEP 0014-compatible task backend.
39
38
Tasks are functions decorated with the `@task` decorator from `django.tasks`:
0 commit comments