Skip to content

Commit

Permalink
Remove SQLite concurrency warning from README
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jul 10, 2024
1 parent c41f48e commit 4a237ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ TASKS = {

Finally, you can run `manage.py db_worker` to run tasks as they're created. Check the `--help` for more options.

> [!CAUTION]
> The database backend does not work with SQLite when you are running multiple worker processes - tasks may be executed more than once. See [#33](https://github.com/RealOrangeOne/django-tasks/issues/33).
### Retrieving task result

When enqueueing a task, you get a `TaskResult`, however it may be useful to retrieve said result from somewhere else (another request, another task etc). This can be done with `get_result` (or `aget_result`):
Expand Down

0 comments on commit 4a237ad

Please sign in to comment.