mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
docs: made a note of succesful tasks not showing when the save_limit is set to -1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user