docs: made a note of succesful tasks not showing when the save_limit is set to -1

This commit is contained in:
Ilan Steemers
2015-07-10 11:48:15 +02:00
parent 9f54a52de9
commit 977cf98ba0
2 changed files with 7 additions and 1 deletions

View File

@@ -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