mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 08:28:11 +08:00
docs: made a note of succesful tasks not showing when the save_limit is set to -1
This commit is contained in:
+5
-1
@@ -16,7 +16,7 @@ Uses the :class:`Success` proxy model.
|
||||
|
||||
.. tip::
|
||||
|
||||
The maximum number of successful tasks can be set using the `save_limit` :ref:`configuration` option.
|
||||
The maximum number of successful tasks can be set using the :ref:`save_limit` option.
|
||||
|
||||
|
||||
|
||||
@@ -63,5 +63,9 @@ Success
|
||||
|
||||
Indicates the success status of the last scheduled task, if any.
|
||||
|
||||
.. note::
|
||||
|
||||
if you have set the :ref:`save_limit` configuration option to not save successful tasks to the database, you will only see the failed results of your schedules.
|
||||
|
||||
|
||||
Uses the :class:`Schedule` model
|
||||
|
||||
@@ -77,6 +77,8 @@ compress
|
||||
Compresses task packages to Redis. Useful for large payloads, but can add overhead when used with many small packages.
|
||||
Defaults to ``False``
|
||||
|
||||
.. _save_limit:
|
||||
|
||||
save_limit
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user