Add beta warning to retry result

This commit is contained in:
Selwin Ong 2024-12-23 17:08:58 +07:00
parent e9fd57638a
commit c653d2388b
1 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,12 @@ values, which would be deleted immediately by default.
## Asking RQ to Retry ## Asking RQ to Retry
_New in version 2.1.0._ _New in version 2.1.0._
<div class="warning">
<img style="float: right; margin-right: -60px; margin-top: -38px" src="/img/warning.png" />
<strong>Note:</strong>
<p>This feature is still in beta, use at your own risk!</p>
</div>
RQ lets you easily retry jobs by returning a special `Retry` result from your job function. RQ lets you easily retry jobs by returning a special `Retry` result from your job function.
```python ```python